Searched refs:min_waste (Results 1 – 2 of 2) sorted by relevance
831 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
2200 int i, min_waste = INT_MAX; in calculate_zspage_chain_size() local2210 if (waste < min_waste) { in calculate_zspage_chain_size()2211 min_waste = waste; in calculate_zspage_chain_size()