Searched refs:__vmalloc_node_flags_caller (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/include/linux/ | 
| D | vmalloc.h | 106 static inline void *__vmalloc_node_flags_caller(unsigned long size, int node,  in __vmalloc_node_flags_caller()  function112 extern void *__vmalloc_node_flags_caller(unsigned long size,
 
 | 
| /Linux-v5.4/mm/ | 
| D | util.c | 573 	return __vmalloc_node_flags_caller(size, node, flags,  in kvmalloc_node()
 | 
| D | vmalloc.c | 2570 void *__vmalloc_node_flags_caller(unsigned long size, int node, gfp_t flags,  in __vmalloc_node_flags_caller()  function
 | 
| /Linux-v5.4/kernel/bpf/ | 
| D | syscall.c | 154 	return __vmalloc_node_flags_caller(size, numa_node,  in bpf_map_area_alloc()
 |