Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dvmalloc.h187 static inline void *vmalloc_huge(unsigned long size, gfp_t gfp_mask) in vmalloc_huge() function
/linux/net/core/
H A Dsysctl_net_core.c176 sock_table = vmalloc_huge(size * sizeof(*sock_table), in rps_sock_flow_sysctl()
/linux/mm/
H A Dmm_init.c2379 table = vmalloc_huge(size, gfp_flags); in alloc_large_system_hash()
/linux/net/ipv4/
H A Dudp.c3732 udptable->hash = vmalloc_huge(hash_entries * slot_size, in udp_pernet_table_alloc()