Searched refs:min_waste (Results 1 – 2 of 2) sorted by relevance
829 unsigned long long min_waste = max, max_waste = 0, in totals() local893 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()
2094 int i, min_waste = INT_MAX; in calculate_zspage_chain_size() local2104 if (waste < min_waste) { in calculate_zspage_chain_size()2105 min_waste = waste; in calculate_zspage_chain_size()