Home
last modified time | relevance | path

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

/Linux-v4.19/tools/vm/
Dslabinfo.c798 unsigned long long min_waste = max, max_waste = 0, in totals() local
862 if (wasted < min_waste) in totals()
863 min_waste = wasted; in totals()
1007 store_size(b1, avg_waste);store_size(b2, min_waste); in totals()