Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dvmalloc.h87 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/
Dutil.c432 return __vmalloc_node_flags_caller(size, node, flags, in kvmalloc_node()
Dvmalloc.c1810 void *__vmalloc_node_flags_caller(unsigned long size, int node, gfp_t flags, in __vmalloc_node_flags_caller() function
/Linux-v4.19/kernel/bpf/
Dsyscall.c153 return __vmalloc_node_flags_caller(size, numa_node, GFP_KERNEL | flags, in bpf_map_area_alloc()