Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/vm/
H A Dslabinfo.c816 unsigned long long min_memobj = max, in totals() local
883 if (s->slab_size < min_memobj) in totals()
884 min_memobj = s->slab_size; in totals()
1025 store_size(b1, avg_memobj);store_size(b2, min_memobj); in totals()
/kernel/linux/linux-6.6/tools/mm/
H A Dslabinfo.c840 unsigned long long min_memobj = max, in totals() local
907 if (s->slab_size < min_memobj) in totals()
908 min_memobj = s->slab_size; in totals()
1049 store_size(b1, avg_memobj);store_size(b2, min_memobj); in totals()

Completed in 5 milliseconds