Home
last modified time | relevance | path

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

/tools/vm/
Dslabinfo.c824 avg_used, total_used = 0; in totals() local
939 total_used += used; in totals()
964 avg_used = total_used / used_slabs; in totals()
970 avg_objsize = total_used / total_objects; in totals()
981 store_size(b3, total_waste * 100 / total_used); in totals()
1032 store_size(b3, max_used);store_size(b4, total_used); in totals()