Searched refs:__vmalloc_node_noprof (Results 1 – 3 of 3) sorted by relevance
/linux-6.15/include/linux/ |
D | vmalloc.h | 168 void *__vmalloc_node_noprof(unsigned long size, unsigned long align, gfp_t gfp_mask, 170 #define __vmalloc_node(...) alloc_hooks(__vmalloc_node_noprof(__VA_ARGS__))
|
/linux-6.15/mm/ |
D | vmalloc.c | 3645 area->pages = __vmalloc_node_noprof(array_size, 1, nested_gfp, node, in __vmalloc_area_node() 3905 void *__vmalloc_node_noprof(unsigned long size, unsigned long align, in __vmalloc_node_noprof() function 3917 EXPORT_SYMBOL_GPL(__vmalloc_node_noprof); 3922 return __vmalloc_node_noprof(size, 1, gfp_mask, NUMA_NO_NODE, in __vmalloc_noprof() 3941 return __vmalloc_node_noprof(size, 1, GFP_KERNEL, NUMA_NO_NODE, in vmalloc_noprof() 3981 return __vmalloc_node_noprof(size, 1, GFP_KERNEL | __GFP_ZERO, NUMA_NO_NODE, in vzalloc_noprof() 4019 return __vmalloc_node_noprof(size, 1, GFP_KERNEL, node, in vmalloc_node_noprof() 4037 return __vmalloc_node_noprof(size, 1, GFP_KERNEL | __GFP_ZERO, node, in vzalloc_node_noprof() 4155 return __vmalloc_node_noprof(size, 1, GFP_VMALLOC32, NUMA_NO_NODE, in vmalloc_32_noprof()
|
D | nommu.c | 135 void *__vmalloc_node_noprof(unsigned long size, unsigned long align, gfp_t gfp_mask, in __vmalloc_node_noprof() function
|