Lines Matching refs:total_slabs
231 parent->total_slabs = 0;
1324 unsigned long total_slabs, free_slabs, free_objs;
1327 total_slabs = n->total_slabs;
1333 node, total_slabs - free_slabs, total_slabs,
1334 (total_slabs * cachep->num) - free_objs,
1335 total_slabs * cachep->num);
2190 n->total_slabs--;
2613 n->total_slabs++;
3294 n->total_slabs--;
3870 unsigned long total_slabs = 0, free_objs = 0, shared_avail = 0;
3879 total_slabs += n->total_slabs;
3888 num_objs = total_slabs * cachep->num;
3889 active_slabs = total_slabs - free_slabs;
3895 sinfo->num_slabs = total_slabs;