Home
last modified time | relevance | path

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

/openbmc/linux/tools/mm/
H A Dslabinfo.c863 unsigned long percentage_partial_objs; in totals() local
879 percentage_partial_objs = s->objects_partial * 100 in totals()
882 if (percentage_partial_objs > 100) in totals()
883 percentage_partial_objs = 100; in totals()
905 if (percentage_partial_objs < min_ppartobj) in totals()
906 min_ppartobj = percentage_partial_objs; in totals()
930 if (percentage_partial_objs > max_ppartobj) in totals()
931 max_ppartobj = percentage_partial_objs; in totals()
944 total_ppartobj += percentage_partial_objs; in totals()