Home
last modified time | relevance | path

Searched refs:max_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
916 if (wasted > max_waste) in totals()
917 max_waste = wasted; in totals()
1037 store_size(b3, max_waste);store_size(b4, total_waste); in totals()