Home
last modified time | relevance | path

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

/linux/mm/
H A Dnommu.c112 void *__vmalloc_noprof(unsigned long size, gfp_t gfp_mask) in __vmalloc_noprof() function
120 EXPORT_SYMBOL(__vmalloc_noprof);
132 return __vmalloc_noprof(size, gfp_mask); in __vmalloc_node_range_noprof()
138 return __vmalloc_noprof(size, gfp_mask); in __vmalloc_node_noprof()
199 return __vmalloc_noprof(size, GFP_KERNEL); in vmalloc_noprof()
218 return __vmalloc_noprof(size, gfp_mask); in vmalloc_huge_node_noprof()
235 return __vmalloc_noprof(size, GFP_KERNEL | __GFP_ZERO); in vzalloc_noprof()
283 return __vmalloc_noprof(size, GFP_KERNEL); in vmalloc_32_noprof()
H A Dutil.c632 return __vmalloc_noprof(bytes, flags); in __vmalloc_array_noprof()
H A Dvmalloc.c3968 void *__vmalloc_noprof(unsigned long size, gfp_t gfp_mask) in __vmalloc_noprof() function
3973 EXPORT_SYMBOL(__vmalloc_noprof);
4169 n = __vmalloc_noprof(size, flags); in vrealloc_noprof()
/linux/include/linux/
H A Dvmalloc.h167 extern void *__vmalloc_noprof(unsigned long size, gfp_t gfp_mask) __alloc_size(1);
168 #define __vmalloc(...) alloc_hooks(__vmalloc_noprof(__VA_ARGS__))