Searched refs:__vmalloc_node_noprof (Results 1 – 3 of 3) sorted by relevance
/linux/include/linux/ |
H A D | vmalloc.h | 176 void *__vmalloc_node_noprof(unsigned long size, unsigned long align, gfp_t gfp_mask, 178 #define __vmalloc_node(...) alloc_hooks(__vmalloc_node_noprof(__VA_ARGS__))
|
/linux/mm/ |
H A D | vmalloc.c | 3687 area->pages = __vmalloc_node_noprof(array_size, 1, nested_gfp, node, in __vmalloc_area_node() 3945 void *__vmalloc_node_noprof(unsigned long size, unsigned long align, in __vmalloc_node_noprof() function 3957 EXPORT_SYMBOL_GPL(__vmalloc_node_noprof); 3962 return __vmalloc_node_noprof(size, 1, gfp_mask, NUMA_NO_NODE, in __vmalloc_noprof() 3981 return __vmalloc_node_noprof(size, 1, GFP_KERNEL, NUMA_NO_NODE, in vmalloc_noprof() 4022 return __vmalloc_node_noprof(size, 1, GFP_KERNEL | __GFP_ZERO, NUMA_NO_NODE, in vzalloc_noprof() 4060 return __vmalloc_node_noprof(size, 1, GFP_KERNEL, node, in vmalloc_node_noprof() 4078 return __vmalloc_node_noprof(size, 1, GFP_KERNEL | __GFP_ZERO, node, in vzalloc_node_noprof() 4196 return __vmalloc_node_noprof(size, 1, GFP_VMALLOC32, NUMA_NO_NODE, in vmalloc_32_noprof()
|
H A D | nommu.c | 135 void *__vmalloc_node_noprof(unsigned long size, unsigned long align, gfp_t gfp_mask, in __vmalloc_node_noprof() function
|