Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dvmalloc.h262 struct vm_struct **pcpu_get_vm_areas(const unsigned long *offsets,
269 pcpu_get_vm_areas(const unsigned long *offsets, in pcpu_get_vm_areas() function
/openbmc/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.c1714 * reasons and to make the pcpu_get_vm_areas more deterministic.
4010 * pcpu_get_vm_areas - allocate vmalloc areas for percpu allocator
4033 struct vm_struct **pcpu_get_vm_areas(const unsigned long *offsets, in pcpu_get_vm_areas() function
4181 pcpu_get_vm_areas); in pcpu_get_vm_areas()
4203 * and when pcpu_get_vm_areas() is success. in pcpu_get_vm_areas()
4274 * @vms: vm_struct pointer array returned by pcpu_get_vm_areas()
4277 * Free vm_structs and the array allocated by pcpu_get_vm_areas().