Home
last modified time | relevance | path

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

/openbmc/linux/tools/mm/
H A Dslabinfo.c817 unsigned long long min_slabs = max, max_slabs = 0, in totals() local
889 if (s->slabs < min_slabs) in totals()
890 min_slabs = s->slabs; in totals()
1001 store_size(b1, avg_slabs);store_size(b2, min_slabs); in totals()