Home
last modified time | relevance | path

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

/openbmc/linux/tools/mm/
H A Dslabinfo.c813 unsigned long long min_partial = max, max_partial = 0, in totals() local
912 if (s->partial > max_partial) in totals()
913 max_partial = s->partial; in totals()
1007 store_size(b3, max_partial);store_size(b4, total_partial); in totals()