Searched refs:__vmalloc_node_flags (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/linux/ |
D | vmalloc.h | 86 extern void *__vmalloc_node_flags(unsigned long size, int node, gfp_t flags); 90 return __vmalloc_node_flags(size, node, flags); in __vmalloc_node_flags_caller()
|
/Linux-v4.19/mm/ |
D | vmalloc.c | 1802 static inline void *__vmalloc_node_flags(unsigned long size, in __vmalloc_node_flags() function 1827 return __vmalloc_node_flags(size, NUMA_NO_NODE, in vmalloc() 1844 return __vmalloc_node_flags(size, NUMA_NO_NODE, in vzalloc() 1905 return __vmalloc_node_flags(size, node, in vzalloc_node()
|
D | nommu.c | 240 void *__vmalloc_node_flags(unsigned long size, int node, gfp_t flags) in __vmalloc_node_flags() function
|