Home
last modified time | relevance | path

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

/linux-6.1.9/tools/vm/
Dslabinfo.c815 unsigned long long min_slabs = max, max_slabs = 0, in totals() local
887 if (s->slabs < min_slabs) in totals()
888 min_slabs = s->slabs; in totals()
999 store_size(b1, avg_slabs);store_size(b2, min_slabs); in totals()