Home
last modified time | relevance | path

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

/tools/vm/
Dslabinfo.c827 unsigned long percentage_partial_objs; in totals() local
843 percentage_partial_objs = s->objects_partial * 100 in totals()
846 if (percentage_partial_objs > 100) in totals()
847 percentage_partial_objs = 100; in totals()
869 if (percentage_partial_objs < min_ppartobj) in totals()
870 min_ppartobj = percentage_partial_objs; in totals()
894 if (percentage_partial_objs > max_ppartobj) in totals()
895 max_ppartobj = percentage_partial_objs; in totals()
908 total_ppartobj += percentage_partial_objs; in totals()