Searched refs:__vmalloc_node_noprof (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| H A D | vmalloc.h | 180 void *__vmalloc_node_noprof(unsigned long size, unsigned long align, gfp_t gfp_mask, 182 #define __vmalloc_node(...) alloc_hooks(__vmalloc_node_noprof(__VA_ARGS__))
|
| /linux/mm/ |
| H A D | vmalloc.c | 3839 area->pages = __vmalloc_node_noprof(array_size, 1, nested_gfp, node, in __vmalloc_area_node() 4108 void *__vmalloc_node_noprof(unsigned long size, unsigned long align, in __vmalloc_node_noprof() function 4120 EXPORT_SYMBOL_GPL(__vmalloc_node_noprof); 4127 return __vmalloc_node_noprof(size, 1, gfp_mask, NUMA_NO_NODE, in __vmalloc_noprof() 4146 return __vmalloc_node_noprof(size, 1, GFP_KERNEL, NUMA_NO_NODE, in vmalloc_noprof() 4189 return __vmalloc_node_noprof(size, 1, GFP_KERNEL | __GFP_ZERO, NUMA_NO_NODE, in vzalloc_noprof() 4227 return __vmalloc_node_noprof(size, 1, GFP_KERNEL, node, in vmalloc_node_noprof() 4245 return __vmalloc_node_noprof(size, 1, GFP_KERNEL | __GFP_ZERO, node, in vzalloc_node_noprof() 4346 n = __vmalloc_node_noprof(size, align, flags, nid, __builtin_return_address(0)); in vrealloc_node_align_noprof() 4382 return __vmalloc_node_noprof(size, 1, GFP_VMALLOC32, NUMA_NO_NODE, in vmalloc_32_noprof()
|
| H A D | nommu.c | 136 void *__vmalloc_node_noprof(unsigned long size, unsigned long align, gfp_t gfp_mask, in __vmalloc_node_noprof() function
|