Lines Matching refs:group_cnt
2843 static int group_cnt[NR_CPUS] __initdata;
2856 memset(group_cnt, 0, sizeof(group_cnt));
2886 group_cnt[group]++;
2894 group_cnt[group]++;
2902 * Wasted space is caused by a ratio imbalance of upa to group_cnt.
2915 int this_allocs = DIV_ROUND_UP(group_cnt[group], upa);
2917 wasted += this_allocs * upa - group_cnt[group];
2939 nr_units += roundup(group_cnt[group], upa);
2948 cpu_map += roundup(group_cnt[group], upa);