this_allocs      2601 mm/percpu.c    			int this_allocs = DIV_ROUND_UP(group_cnt[group], upa);
this_allocs      2602 mm/percpu.c    			allocs += this_allocs;
this_allocs      2603 mm/percpu.c    			wasted += this_allocs * upa - group_cnt[group];