Searched refs:objwaste (Results 1 – 1 of 1) sorted by relevance
830 unsigned long long objwaste; in totals() local842 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()