Home
last modified time | relevance | path

Searched refs:vmalloc_huge_node (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dvmalloc.h185 #define vmalloc_huge_node(...) alloc_hooks(vmalloc_huge_node_noprof(__VA_ARGS__)) macro
189 return vmalloc_huge_node(size, gfp_mask, NUMA_NO_NODE); in vmalloc_huge()
/linux/kernel/futex/
H A Dcore.c1994 table = vmalloc_huge_node(size, GFP_KERNEL, n); in futex_init()