Home
last modified time | relevance | path

Searched refs:__vmalloc_node_flags (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/
Dvmalloc.h86 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/
Dvmalloc.c1802 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()
Dnommu.c240 void *__vmalloc_node_flags(unsigned long size, int node, gfp_t flags) in __vmalloc_node_flags() function