Home
last modified time | relevance | path

Searched refs:objwaste (Results 1 – 1 of 1) sorted by relevance

/linux/tools/mm/
H A Dslabinfo.c861 unsigned long long objwaste; in totals() local
873 objwaste = s->slab_size - s->object_size; in totals()
895 if (objwaste < min_objwaste) in totals()
896 min_objwaste = objwaste; in totals()
920 if (objwaste > max_objwaste) in totals()
921 max_objwaste = objwaste; in totals()
946 total_objwaste += s->objects * objwaste; in totals()