Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/vm/
H A Dslabinfo.c839 unsigned long percentage_partial_objs; in totals() local
855 percentage_partial_objs = s->objects_partial * 100 in totals()
858 if (percentage_partial_objs > 100) in totals()
859 percentage_partial_objs = 100; in totals()
881 if (percentage_partial_objs < min_ppartobj) in totals()
882 min_ppartobj = percentage_partial_objs; in totals()
906 if (percentage_partial_objs > max_ppartobj) in totals()
907 max_ppartobj = percentage_partial_objs; in totals()
920 total_ppartobj += percentage_partial_objs; in totals()
/kernel/linux/linux-6.6/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()

Completed in 6 milliseconds