Searched refs:__get_vm_area_node (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/mm/ |
D | vmalloc.c | 1373 static struct vm_struct *__get_vm_area_node(unsigned long size, in __get_vm_area_node() function 1410 return __get_vm_area_node(size, 1, flags, start, end, NUMA_NO_NODE, in __get_vm_area() 1419 return __get_vm_area_node(size, 1, flags, start, end, NUMA_NO_NODE, in __get_vm_area_caller() 1434 return __get_vm_area_node(size, 1, flags, VMALLOC_START, VMALLOC_END, in get_vm_area() 1442 return __get_vm_area_node(size, 1, flags, VMALLOC_START, VMALLOC_END, in get_vm_area_caller() 1741 area = __get_vm_area_node(size, align, VM_ALLOC | VM_UNINITIALIZED | in __vmalloc_node_range()
|