Home
last modified time | relevance | path

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

/linux-6.14.4/mm/
Dnommu.c119 void *__vmalloc_noprof(unsigned long size, gfp_t gfp_mask) in __vmalloc_noprof() function
127 EXPORT_SYMBOL(__vmalloc_noprof);
139 return __vmalloc_noprof(size, gfp_mask); in __vmalloc_node_range_noprof()
145 return __vmalloc_noprof(size, gfp_mask); in __vmalloc_node_noprof()
206 return __vmalloc_noprof(size, GFP_KERNEL); in vmalloc_noprof()
210 void *vmalloc_huge_noprof(unsigned long size, gfp_t gfp_mask) __weak __alias(__vmalloc_noprof);
226 return __vmalloc_noprof(size, GFP_KERNEL | __GFP_ZERO); in vzalloc_noprof()
274 return __vmalloc_noprof(size, GFP_KERNEL); in vmalloc_32_noprof()
Dutil.c792 return __vmalloc_noprof(bytes, flags); in __vmalloc_array_noprof()
Dvmalloc.c3923 void *__vmalloc_noprof(unsigned long size, gfp_t gfp_mask) in __vmalloc_noprof() function
3928 EXPORT_SYMBOL(__vmalloc_noprof);
4104 n = __vmalloc_noprof(size, flags); in vrealloc_noprof()
/linux-6.14.4/include/linux/
Dvmalloc.h158 extern void *__vmalloc_noprof(unsigned long size, gfp_t gfp_mask) __alloc_size(1);
159 #define __vmalloc(...) alloc_hooks(__vmalloc_noprof(__VA_ARGS__))