Lines Matching refs:__vmalloc_node
1650 static void *__vmalloc_node(unsigned long size, unsigned long align,
1670 pages = __vmalloc_node(array_size, 1, nested_gfp|highmem_mask, in __vmalloc_area_node()
1787 static void *__vmalloc_node(unsigned long size, unsigned long align, in __vmalloc_node() function
1797 return __vmalloc_node(size, 1, gfp_mask, prot, NUMA_NO_NODE, in __vmalloc()
1805 return __vmalloc_node(size, 1, flags, PAGE_KERNEL, in __vmalloc_node_flags()
1813 return __vmalloc_node(size, 1, flags, PAGE_KERNEL, node, caller); in __vmalloc_node_flags_caller()
1861 ret = __vmalloc_node(size, SHMLBA, in vmalloc_user()
1886 return __vmalloc_node(size, 1, GFP_KERNEL, PAGE_KERNEL, in vmalloc_node()
1924 return __vmalloc_node(size, 1, GFP_KERNEL, PAGE_KERNEL_EXEC, in vmalloc_exec()
1949 return __vmalloc_node(size, 1, GFP_VMALLOC32, PAGE_KERNEL, in vmalloc_32()
1966 ret = __vmalloc_node(size, 1, GFP_VMALLOC32 | __GFP_ZERO, PAGE_KERNEL, in vmalloc_32_user()