Searched refs:pcpu_get_vm_areas (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dvmalloc.h266 struct vm_struct **pcpu_get_vm_areas(const unsigned long *offsets,
273 pcpu_get_vm_areas(const unsigned long *offsets, function
/linux-master/mm/
H A Dpercpu-vm.c342 vms = pcpu_get_vm_areas(pcpu_group_offsets, pcpu_group_sizes,
H A Dvmalloc.c2083 * reasons and to make the pcpu_get_vm_areas more deterministic.
4505 * pcpu_get_vm_areas - allocate vmalloc areas for percpu allocator
4528 struct vm_struct **pcpu_get_vm_areas(const unsigned long *offsets, function
4676 pcpu_get_vm_areas);
4698 * and when pcpu_get_vm_areas() is success.
4769 * @vms: vm_struct pointer array returned by pcpu_get_vm_areas()
4772 * Free vm_structs and the array allocated by pcpu_get_vm_areas().

Completed in 189 milliseconds