Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dvmalloc.h154 void *vmalloc_huge(unsigned long size, gfp_t gfp_mask) __alloc_size(1);
/openbmc/linux/lib/
H A Dtest_vmalloc.c272 ptr = vmalloc_huge((nr_pages > 0 ? nr_pages:1) * PAGE_SIZE, GFP_KERNEL); in fix_size_alloc_test()
/openbmc/linux/net/ipv4/
H A Dinet_hashtables.c1265 new_hashinfo->ehash = vmalloc_huge(ehash_entries * sizeof(struct inet_ehash_bucket), in inet_pernet_hashinfo_alloc()
H A Dudp.c3468 udptable->hash = vmalloc_huge(hash_entries * 2 * sizeof(struct udp_hslot), in udp_pernet_table_alloc()
/openbmc/linux/mm/
H A Dnommu.c228 void *vmalloc_huge(unsigned long size, gfp_t gfp_mask) __weak __alias(__vmalloc);
H A Dvmalloc.c3435 * vmalloc_huge - allocate virtually contiguous memory, allow huge pages
3446 void *vmalloc_huge(unsigned long size, gfp_t gfp_mask) in vmalloc_huge() function
3452 EXPORT_SYMBOL_GPL(vmalloc_huge);
H A Dmm_init.c2530 table = vmalloc_huge(size, gfp_flags); in alloc_large_system_hash()