Home
last modified time | relevance | path

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

/linux-4.1.27/tools/vm/
Dslabinfo.c760 avg_slabs, total_slabs = 0; in totals() local
878 total_slabs += s->slabs; in totals()
903 avg_slabs = total_slabs / used_slabs; in totals()
942 store_size(b3, max_slabs);store_size(b4, total_slabs); in totals()
952 store_size(b4, total_partial * 100 / total_slabs); in totals()