Home
last modified time | relevance | path

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

/linux-6.1.9/tools/vm/
Dslabinfo.c827 unsigned long long min_waste = max, max_waste = 0, in totals() local
891 if (wasted < min_waste) in totals()
892 min_waste = wasted; in totals()
1036 store_size(b1, avg_waste);store_size(b2, min_waste); in totals()