Lines Matching refs:total_slabs
231 parent->total_slabs = 0;
1345 unsigned long total_slabs, free_slabs, free_objs;
1348 total_slabs = n->total_slabs;
1354 node, total_slabs - free_slabs, total_slabs,
1355 (total_slabs * cachep->num) - free_objs,
1356 total_slabs * cachep->num);
2210 n->total_slabs--;
2653 n->total_slabs++;
3361 n->total_slabs--;
4010 unsigned long total_slabs = 0, free_objs = 0, shared_avail = 0;
4019 total_slabs += n->total_slabs;
4028 num_objs = total_slabs * cachep->num;
4029 active_slabs = total_slabs - free_slabs;
4035 sinfo->num_slabs = total_slabs;