Searched refs:__vmalloc_node_flags (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/include/linux/ | 
| D | vmalloc.h | 105 extern void *__vmalloc_node_flags(unsigned long size, int node, gfp_t flags);109 	return __vmalloc_node_flags(size, node, flags);  in __vmalloc_node_flags_caller()
 
 | 
| /Linux-v5.4/mm/ | 
| D | vmalloc.c | 2562 static inline void *__vmalloc_node_flags(unsigned long size,  in __vmalloc_node_flags()  function2590 	return __vmalloc_node_flags(size, NUMA_NO_NODE,  in vmalloc()
 2610 	return __vmalloc_node_flags(size, NUMA_NO_NODE,  in vzalloc()
 2669 	return __vmalloc_node_flags(size, node,  in vzalloc_node()
 
 | 
| D | nommu.c | 153 void *__vmalloc_node_flags(unsigned long size, int node, gfp_t flags)  in __vmalloc_node_flags()  function
 |