Home
last modified time | relevance | path

Searched refs:max_waste (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/vm/
H A Dslabinfo.c805 unsigned long long min_waste = max, max_waste = 0, in totals() local
894 if (wasted > max_waste) in totals()
895 max_waste = wasted; in totals()
1015 store_size(b3, max_waste);store_size(b4, total_waste); in totals()
/kernel/linux/linux-6.6/tools/mm/
H A Dslabinfo.c829 unsigned long long min_waste = max, max_waste = 0, in totals() local
918 if (wasted > max_waste) in totals()
919 max_waste = wasted; in totals()
1039 store_size(b3, max_waste);store_size(b4, total_waste); in totals()

Completed in 6 milliseconds