Searched refs:__get_vm_area_node (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/mm/ |
D | vmalloc.c | 1330 static struct vm_struct *__get_vm_area_node(unsigned long size, in __get_vm_area_node() function 1367 return __get_vm_area_node(size, 1, flags, start, end, NUMA_NO_NODE, in __get_vm_area() 1376 return __get_vm_area_node(size, 1, flags, start, end, NUMA_NO_NODE, in __get_vm_area_caller() 1391 return __get_vm_area_node(size, 1, flags, VMALLOC_START, VMALLOC_END, in get_vm_area() 1399 return __get_vm_area_node(size, 1, flags, VMALLOC_START, VMALLOC_END, in get_vm_area_caller() 1666 area = __get_vm_area_node(size, align, VM_ALLOC | VM_UNINITIALIZED | in __vmalloc_node_range()
|