Searched refs:__get_vm_area_node (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/mm/ |
D | vmalloc.c | 1328 static struct vm_struct *__get_vm_area_node(unsigned long size, in __get_vm_area_node() function 1365 return __get_vm_area_node(size, 1, flags, start, end, NUMA_NO_NODE, in __get_vm_area() 1374 return __get_vm_area_node(size, 1, flags, start, end, NUMA_NO_NODE, in __get_vm_area_caller() 1389 return __get_vm_area_node(size, 1, flags, VMALLOC_START, VMALLOC_END, in get_vm_area() 1397 return __get_vm_area_node(size, 1, flags, VMALLOC_START, VMALLOC_END, in get_vm_area_caller() 1665 area = __get_vm_area_node(size, align, VM_ALLOC | VM_UNINITIALIZED | in __vmalloc_node_range()
|