Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/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()