Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/vm/
H A Dslabinfo.c825 unsigned long min_partobj = max, max_partobj = 0, in totals() local
902 if (s->objects_partial > max_partobj) in totals()
903 max_partobj = s->objects_partial; in totals()
993 store_size(b3, max_partobj); in totals()
/kernel/linux/linux-6.6/tools/mm/
H A Dslabinfo.c849 unsigned long min_partobj = max, max_partobj = 0, in totals() local
926 if (s->objects_partial > max_partobj) in totals()
927 max_partobj = s->objects_partial; in totals()
1017 store_size(b3, max_partobj); in totals()

Completed in 4 milliseconds