Searched refs:__vmalloc_node (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/mm/ |
D | vmalloc.c | 2394 static void *__vmalloc_node(unsigned long size, unsigned long align, 2413 pages = __vmalloc_node(array_size, 1, nested_gfp|highmem_mask, in __vmalloc_area_node() 2547 static void *__vmalloc_node(unsigned long size, unsigned long align, in __vmalloc_node() function 2557 return __vmalloc_node(size, 1, gfp_mask, prot, NUMA_NO_NODE, in __vmalloc() 2565 return __vmalloc_node(size, 1, flags, PAGE_KERNEL, in __vmalloc_node_flags() 2573 return __vmalloc_node(size, 1, flags, PAGE_KERNEL, node, caller); in __vmalloc_node_flags_caller() 2648 return __vmalloc_node(size, 1, GFP_KERNEL, PAGE_KERNEL, in vmalloc_node() 2717 return __vmalloc_node(size, 1, GFP_VMALLOC32, PAGE_KERNEL, in vmalloc_32()
|