Home
last modified time | relevance | path

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

/linux-6.1.9/tools/vm/
Dslabinfo.c833 unsigned long long min_objwaste = max, in totals() local
893 if (objwaste < min_objwaste) in totals()
894 min_objwaste = objwaste; in totals()
1056 store_size(b1, avg_objwaste);store_size(b2, min_objwaste); in totals()