Home
last modified time | relevance | path

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

/openbmc/linux/tools/mm/
H A Dslabinfo.c378 static unsigned long slab_waste(struct slabinfo *s) in slab_waste() function
622 store_size(size_str, slab_waste(s)); in slabcache()
1083 if (slab_waste(s1) == slab_waste(s2)) in sort_slabs()
1086 result = slab_waste(s1) < slab_waste(s2); in sort_slabs()