Searched refs:objects_per_slab (Results 1 – 3 of 3) sorted by relevance
313 objects_per_slab = oo_objects(cache['oo'])315 gdb.write("{:18s} | {:20.19s} | {:12} | {:12} | {:8} | {:11} | {:13}\n".format(hex(cache), cache['name'].string(), str(active_objs), str(num_objs), str(cache['size']), str(objects_per_slab), str(1 << cache_order)))
466 unsigned int objects_per_slab; member
7865 sinfo->objects_per_slab = oo_objects(s->oo); in get_slabinfo()