Searched refs:__get_vm_area_node (Results 1 – 1 of 1) sorted by relevance
/mm/ |
D | vmalloc.c | 2064 static struct vm_struct *__get_vm_area_node(unsigned long size, in __get_vm_area_node() function 2105 return __get_vm_area_node(size, 1, flags, start, end, NUMA_NO_NODE, in __get_vm_area_caller() 2123 return __get_vm_area_node(size, 1, flags, VMALLOC_START, VMALLOC_END, in get_vm_area() 2131 return __get_vm_area_node(size, 1, flags, VMALLOC_START, VMALLOC_END, in get_vm_area_caller() 2569 area = __get_vm_area_node(real_size, align, VM_ALLOC | VM_UNINITIALIZED | in __vmalloc_node_range()
|