Searched defs:nr_groups (Results 1 - 1 of 1) sorted by relevance

/mm/
H A Dpercpu.c1041 * @nr_groups: the number of groups
1044 * Allocate ai which is large enough for @nr_groups groups containing
1054 struct pcpu_alloc_info * __init pcpu_alloc_alloc_info(int nr_groups, argument
1062 base_size = ALIGN(sizeof(*ai) + nr_groups * sizeof(ai->groups[0]),
1077 ai->nr_groups = nr_groups;
1110 v = ai->nr_groups;
1127 for (group = 0; group < ai->nr_groups; group++) {
1188 * @ai->nr_groups and @ai->groups describe virtual memory layout of
1191 * groupings. If @ai->nr_groups i
1446 int nr_groups = 1, nr_units = 0; local
[all...]

Completed in 19 milliseconds