Home
last modified time | relevance | path

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

/linux/tools/mm/
H A Dslabinfo.c831 unsigned long long min_waste = max, max_waste = 0, in totals()
895 if (wasted < min_waste) in totals()
896 min_waste = wasted; in totals()
1040 store_size(b1, avg_waste);store_size(b2, min_waste); in totals()
832 unsigned long long min_waste = max, max_waste = 0, totals() local
/linux/mm/
H A Dzsmalloc.c2200 int i, min_waste = INT_MAX; in calculate_zspage_chain_size() local
2210 if (waste < min_waste) { in calculate_zspage_chain_size()
2211 min_waste = waste; in calculate_zspage_chain_size()