Home
last modified time | relevance | path

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

/tools/vm/
Dslabinfo.c837 unsigned long long objwaste; in totals() local
849 objwaste = s->slab_size - s->object_size; in totals()
871 if (objwaste < min_objwaste) in totals()
872 min_objwaste = objwaste; in totals()
896 if (objwaste > max_objwaste) in totals()
897 max_objwaste = objwaste; in totals()
922 total_objwaste += s->objects * objwaste; in totals()