Home
last modified time | relevance | path

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

/linux-6.12.1/scripts/gdb/linux/
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-6.12.1/mm/
Dslab.h507 unsigned int objects_per_slab; member
Dslab_common.c1107 sinfo.objects_per_slab, (1 << sinfo.cache_order)); in cache_show()
Dslub.c7443 sinfo->objects_per_slab = oo_objects(s->oo); in get_slabinfo()