Searched refs:__vmalloc_noprof (Results 1 – 4 of 4) sorted by relevance
| /linux/mm/ |
| H A D | nommu.c | 112 void *__vmalloc_noprof(unsigned long size, gfp_t gfp_mask) in __vmalloc_noprof() function 120 EXPORT_SYMBOL(__vmalloc_noprof); 133 return __vmalloc_noprof(size, gfp_mask); in __vmalloc_node_range_noprof() 139 return __vmalloc_noprof(size, gfp_mask); in __vmalloc_node_noprof() 200 return __vmalloc_noprof(size, GFP_KERNEL); in vmalloc_noprof() 219 return __vmalloc_noprof(size, gfp_mask); in vmalloc_huge_node_noprof() 236 return __vmalloc_noprof(size, GFP_KERNEL | __GFP_ZERO); in vzalloc_noprof() 284 return __vmalloc_noprof(size, GFP_KERNEL); in vmalloc_32_noprof()
|
| H A D | util.c | 633 return __vmalloc_noprof(bytes, flags); in __vmalloc_array_noprof()
|
| H A D | vmalloc.c | 4123 void *__vmalloc_noprof(unsigned long size, gfp_t gfp_mask) in __vmalloc_noprof() function 4130 EXPORT_SYMBOL(__vmalloc_noprof);
|
| /linux/include/linux/ |
| H A D | vmalloc.h | 171 extern void *__vmalloc_noprof(unsigned long size, gfp_t gfp_mask) __alloc_size(1); 172 #define __vmalloc(...) alloc_hooks(__vmalloc_noprof(__VA_ARGS__))
|