Searched refs:__vmalloc_node_flags_caller (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/linux/ |
D | vmalloc.h | 87 static inline void *__vmalloc_node_flags_caller(unsigned long size, int node, in __vmalloc_node_flags_caller() function 93 extern void *__vmalloc_node_flags_caller(unsigned long size,
|
/Linux-v4.19/mm/ |
D | util.c | 432 return __vmalloc_node_flags_caller(size, node, flags, in kvmalloc_node()
|
D | vmalloc.c | 1810 void *__vmalloc_node_flags_caller(unsigned long size, int node, gfp_t flags, in __vmalloc_node_flags_caller() function
|
/Linux-v4.19/kernel/bpf/ |
D | syscall.c | 153 return __vmalloc_node_flags_caller(size, numa_node, GFP_KERNEL | flags, in bpf_map_area_alloc()
|