Home
last modified time | relevance | path

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

/linux-4.4.14/tools/vm/
Dslabinfo.c779 unsigned long long min_slabs = max, max_slabs = 0, in totals() local
851 if (s->slabs < min_slabs) in totals()
852 min_slabs = s->slabs; in totals()
963 store_size(b1, avg_slabs);store_size(b2, min_slabs); in totals()