Home
last modified time | relevance | path

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

/Linux-v4.19/tools/vm/
Dslabinfo.c830 unsigned long long objwaste; in totals() local
842 objwaste = s->slab_size - s->object_size; in totals()
864 if (objwaste < min_objwaste) in totals()
865 min_objwaste = objwaste; in totals()
889 if (objwaste > max_objwaste) in totals()
890 max_objwaste = objwaste; in totals()
915 total_objwaste += s->objects * objwaste; in totals()