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

/linux-master/mm/
H A Dpercpu.c2613 unsigned long *group_offsets; local
2651 alloc_size = ai->nr_groups * sizeof(group_offsets[0]);
2652 group_offsets = memblock_alloc(alloc_size, SMP_CACHE_BYTES);
2653 if (!group_offsets)
2684 group_offsets[group] = gi->base_offset;
2718 pcpu_group_offsets = group_offsets;

Completed in 202 milliseconds