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

/mm/
H A Dpercpu.c1509 int this_allocs = DIV_ROUND_UP(group_cnt[group], upa); local
1510 allocs += this_allocs;
1511 wasted += this_allocs * upa - group_cnt[group];

Completed in 7 milliseconds