Home
last modified time | relevance | path

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

/linux-4.4.14/tools/vm/
Dslabinfo.c823 unsigned long long objwaste; in totals() local
835 objwaste = s->slab_size - s->object_size; in totals()
857 if (objwaste < min_objwaste) in totals()
858 min_objwaste = objwaste; in totals()
882 if (objwaste > max_objwaste) in totals()
883 max_objwaste = objwaste; in totals()
908 total_objwaste += s->objects * objwaste; in totals()