Home
last modified time | relevance | path

Searched refs:vmalloc_huge (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/include/linux/
H A Dvmalloc.h173 #define vmalloc_huge(...) alloc_hooks(vmalloc_huge_noprof(__VA_ARGS__)) macro
/linux-6.15/lib/
H A Dtest_vmalloc.c272 ptr = vmalloc_huge((nr_pages > 0 ? nr_pages:1) * PAGE_SIZE, GFP_KERNEL); in fix_size_alloc_test()
/linux-6.15/net/ipv4/
H A Dinet_hashtables.c1320 new_hashinfo->ehash = vmalloc_huge(ehash_entries * sizeof(struct inet_ehash_bucket), in inet_pernet_hashinfo_alloc()
H A Dudp.c3740 udptable->hash = vmalloc_huge(hash_entries * slot_size, in udp_pernet_table_alloc()
/linux-6.15/mm/
H A Dmm_init.c2516 table = vmalloc_huge(size, gfp_flags); in alloc_large_system_hash()