Home
last modified time | relevance | path

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

/linux-4.4.14/mm/
Dvmalloc.c1726 static inline void *__vmalloc_node_flags(unsigned long size, in __vmalloc_node_flags() function
1744 return __vmalloc_node_flags(size, NUMA_NO_NODE, in vmalloc()
1761 return __vmalloc_node_flags(size, NUMA_NO_NODE, in vzalloc()
1822 return __vmalloc_node_flags(size, node, in vzalloc_node()