Home
last modified time | relevance | path

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

/tools/vm/
Dslabinfo.c788 unsigned long long min_used = max, max_used = 0, in totals() local
887 if (used > max_used) in totals()
888 max_used = used; in totals()
997 store_size(b3, max_used);store_size(b4, total_used); in totals()