Home
last modified time | relevance | path

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

/Linux-v6.6/scripts/gdb/linux/
Dslab.py314 objects_per_slab = oo_objects(cache['oo'])
316 ….string(), str(active_objs), str(num_objs), str(cache['size']), str(objects_per_slab), str(1 << ca…
/Linux-v6.6/mm/
Dslab.h381 unsigned int objects_per_slab; member
Dslab_common.c1297 sinfo.objects_per_slab, (1 << sinfo.cache_order)); in cache_show()
Dslab.c3900 sinfo->objects_per_slab = cachep->num; in get_slabinfo()
Dslub.c6514 sinfo->objects_per_slab = oo_objects(s->oo); in get_slabinfo()