Home
last modified time | relevance | path

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

/linux-4.1.27/tools/vm/
Dslabinfo.c803 unsigned long long objwaste; in totals() local
815 objwaste = s->slab_size - s->object_size; in totals()
837 if (objwaste < min_objwaste) in totals()
838 min_objwaste = objwaste; in totals()
862 if (objwaste > max_objwaste) in totals()
863 max_objwaste = objwaste; in totals()
888 total_objwaste += s->objects * objwaste; in totals()