Searched refs:objwaste (Results 1 – 1 of 1) sorted by relevance
864 unsigned long long objwaste; in totals() local876 objwaste = s->slab_size - s->object_size; in totals()898 if (objwaste < min_objwaste) in totals()899 min_objwaste = objwaste; in totals()923 if (objwaste > max_objwaste) in totals()924 max_objwaste = objwaste; in totals()949 total_objwaste += s->objects * objwaste; in totals()