Home
last modified time | relevance | path

Searched refs:pcpu_get_vm_areas (Results 1 – 2 of 2) sorted by relevance

/linux/mm/
H A Dpercpu-vm.c342 vms = pcpu_get_vm_areas(pcpu_group_offsets, pcpu_group_sizes, in pcpu_create_chunk()
H A Dvmalloc.c2163 * reasons and to make the pcpu_get_vm_areas more deterministic.
4669 * pcpu_get_vm_areas - allocate vmalloc areas for percpu allocator
4692 struct vm_struct **pcpu_get_vm_areas(const unsigned long *offsets, in pcpu_get_vm_areas() function
4840 pcpu_get_vm_areas); in pcpu_get_vm_areas()
4862 * and when pcpu_get_vm_areas() is success. in pcpu_get_vm_areas()
4935 * @vms: vm_struct pointer array returned by pcpu_get_vm_areas()
4938 * Free vm_structs and the array allocated by pcpu_get_vm_areas().