Home
last modified time | relevance | path

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

/linux/scripts/gdb/linux/
H A Dslab.py313 objects_per_slab = oo_objects(cache['oo'])
315 ….string(), str(active_objs), str(num_objs), str(cache['size']), str(objects_per_slab), str(1 << ca…
/linux/mm/
H A Dslab_common.c1118 sinfo.objects_per_slab, (1 << sinfo.cache_order)); in cache_show()
H A Dslub.c7617 sinfo->objects_per_slab = oo_objects(s->oo); in get_slabinfo()