Searched refs:__get_vm_area_node (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/mm/ | 
| D | vmalloc.c | 2040 static struct vm_struct *__get_vm_area_node(unsigned long size,  in __get_vm_area_node()  function2077 	return __get_vm_area_node(size, 1, flags, start, end, NUMA_NO_NODE,  in __get_vm_area()
 2086 	return __get_vm_area_node(size, 1, flags, start, end, NUMA_NO_NODE,  in __get_vm_area_caller()
 2103 	return __get_vm_area_node(size, 1, flags, VMALLOC_START, VMALLOC_END,  in get_vm_area()
 2111 	return __get_vm_area_node(size, 1, flags, VMALLOC_START, VMALLOC_END,  in get_vm_area_caller()
 2491 	area = __get_vm_area_node(size, align, VM_ALLOC | VM_UNINITIALIZED |  in __vmalloc_node_range()
 
 |