Home
last modified time | relevance | path

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

/linux-6.12.1/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.c785 return __vmalloc_noprof(bytes, flags); in __vmalloc_array_noprof()
Dvmalloc.c3905 void *__vmalloc_noprof(unsigned long size, gfp_t gfp_mask) in __vmalloc_noprof() function
3910 EXPORT_SYMBOL(__vmalloc_noprof);
4085 n = __vmalloc_noprof(size, flags); in vrealloc_noprof()
/linux-6.12.1/include/linux/
Dvmalloc.h164 extern void *__vmalloc_noprof(unsigned long size, gfp_t gfp_mask) __alloc_size(1);
165 #define __vmalloc(...) alloc_hooks(__vmalloc_noprof(__VA_ARGS__))