Searched refs:pcpu_get_vm_areas (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | vmalloc.h | 221 struct vm_struct **pcpu_get_vm_areas(const unsigned long *offsets, 228 pcpu_get_vm_areas(const unsigned long *offsets, in pcpu_get_vm_areas() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | vmalloc.h | 262 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
|
/kernel/linux/linux-5.10/mm/ |
H A D | percpu-vm.c | 341 vms = pcpu_get_vm_areas(pcpu_group_offsets, pcpu_group_sizes, in pcpu_create_chunk()
|
H A D | vmalloc.c | 1307 * reasons and to make the pcpu_get_vm_areas more deterministic. 3167 * pcpu_get_vm_areas - allocate vmalloc areas for percpu allocator 3190 struct vm_struct **pcpu_get_vm_areas(const unsigned long *offsets, in pcpu_get_vm_areas() function 3344 pcpu_get_vm_areas); in pcpu_get_vm_areas() 3356 * and when pcpu_get_vm_areas() is success. in pcpu_get_vm_areas() 3427 * @vms: vm_struct pointer array returned by pcpu_get_vm_areas() 3430 * Free vm_structs and the array allocated by pcpu_get_vm_areas().
|
/kernel/linux/linux-6.6/mm/ |
H A D | percpu-vm.c | 342 vms = pcpu_get_vm_areas(pcpu_group_offsets, pcpu_group_sizes, in pcpu_create_chunk()
|
H A D | vmalloc.c | 1714 * reasons and to make the pcpu_get_vm_areas more deterministic. 3999 * pcpu_get_vm_areas - allocate vmalloc areas for percpu allocator 4022 struct vm_struct **pcpu_get_vm_areas(const unsigned long *offsets, in pcpu_get_vm_areas() function 4170 pcpu_get_vm_areas); in pcpu_get_vm_areas() 4192 * and when pcpu_get_vm_areas() is success. in pcpu_get_vm_areas() 4263 * @vms: vm_struct pointer array returned by pcpu_get_vm_areas() 4266 * Free vm_structs and the array allocated by pcpu_get_vm_areas().
|
Completed in 13 milliseconds