Home
last modified time | relevance | path

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

/linux-6.1.9/tools/vm/
Dslabinfo.c861 unsigned long percentage_partial_objs; in totals() local
877 percentage_partial_objs = s->objects_partial * 100 in totals()
880 if (percentage_partial_objs > 100) in totals()
881 percentage_partial_objs = 100; in totals()
903 if (percentage_partial_objs < min_ppartobj) in totals()
904 min_ppartobj = percentage_partial_objs; in totals()
928 if (percentage_partial_objs > max_ppartobj) in totals()
929 max_ppartobj = percentage_partial_objs; in totals()
942 total_ppartobj += percentage_partial_objs; in totals()