Home
last modified time | relevance | path

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

/linux-4.1.27/tools/vm/
Dslabinfo.c759 unsigned long long min_slabs = max, max_slabs = 0, in totals() local
831 if (s->slabs < min_slabs) in totals()
832 min_slabs = s->slabs; in totals()
941 store_size(b1, avg_slabs);store_size(b2, min_slabs); in totals()