Home
last modified time | relevance | path

Searched refs:max_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
914 if (s->slabs > max_slabs) in totals()
915 max_slabs = s->slabs; in totals()
1002 store_size(b3, max_slabs);store_size(b4, total_slabs); in totals()