Home
last modified time | relevance | path

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

/linux-6.1.9/tools/vm/
Dslabinfo.c859 unsigned long long objwaste; in totals() local
871 objwaste = s->slab_size - s->object_size; in totals()
893 if (objwaste < min_objwaste) in totals()
894 min_objwaste = objwaste; in totals()
918 if (objwaste > max_objwaste) in totals()
919 max_objwaste = objwaste; in totals()
944 total_objwaste += s->objects * objwaste; in totals()