Home
last modified time | relevance | path

Searched refs:__vmalloc_node (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/mm/
Dvmalloc.c1575 static void *__vmalloc_node(unsigned long size, unsigned long align,
1593 pages = __vmalloc_node(array_size, 1, nested_gfp|__GFP_HIGHMEM, in __vmalloc_area_node()
1710 static void *__vmalloc_node(unsigned long size, unsigned long align, in __vmalloc_node() function
1720 return __vmalloc_node(size, 1, gfp_mask, prot, NUMA_NO_NODE, in __vmalloc()
1728 return __vmalloc_node(size, 1, flags, PAGE_KERNEL, in __vmalloc_node_flags()
1777 ret = __vmalloc_node(size, SHMLBA, in vmalloc_user()
1802 return __vmalloc_node(size, 1, GFP_KERNEL | __GFP_HIGHMEM, PAGE_KERNEL, in vmalloc_node()
1844 return __vmalloc_node(size, 1, GFP_KERNEL | __GFP_HIGHMEM, PAGE_KERNEL_EXEC, in vmalloc_exec()
1865 return __vmalloc_node(size, 1, GFP_VMALLOC32, PAGE_KERNEL, in vmalloc_32()
1882 ret = __vmalloc_node(size, 1, GFP_VMALLOC32 | __GFP_ZERO, PAGE_KERNEL, in vmalloc_32_user()