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

/linux-master/include/linux/
H A Dpercpu.h74 int nr_units; /* aligned # of units */ member in struct:pcpu_group_info
107 int nr_units);
/linux-master/mm/
H A Dpercpu-km.c117 nr_pages = (ai->groups[0].nr_units * ai->unit_size) >> PAGE_SHIFT;
H A Dpercpu.c2445 * @nr_units: the number of units
2448 * @nr_units units. The returned ai's groups[0].cpu_map points to the
2449 * cpu_map array which is long enough for @nr_units and filled with
2458 int nr_units)
2467 ai_size = base_size + nr_units * sizeof(ai->groups[0].cpu_map[0]);
2477 for (unit = 0; unit < nr_units; unit++)
2534 BUG_ON(gi->nr_units % upa);
2535 for (alloc_end += gi->nr_units / upa;
2685 group_sizes[group] = gi->nr_units * ai->unit_size;
2687 for (i = 0; i < gi->nr_units;
2457 pcpu_alloc_alloc_info(int nr_groups, int nr_units) argument
2873 int nr_groups = 1, nr_units = 0; local
[all...]

Completed in 127 milliseconds