Home
last modified time | relevance | path

Searched refs:min_waste (Results 1 - 3 of 3) 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
869 if (wasted < min_waste) in totals()
870 min_waste = wasted; in totals()
1014 store_size(b1, avg_waste);store_size(b2, min_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
893 if (wasted < min_waste) in totals()
894 min_waste = wasted; in totals()
1038 store_size(b1, avg_waste);store_size(b2, min_waste); in totals()
/kernel/linux/linux-6.6/mm/
H A Dzsmalloc.c2140 int i, min_waste = INT_MAX; in calculate_zspage_chain_size() local
2150 if (waste < min_waste) { in calculate_zspage_chain_size()
2151 min_waste = waste; in calculate_zspage_chain_size()

Completed in 8 milliseconds