Searched refs:active_objs (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/scripts/gdb/linux/ |
H A D | slab.py | 311 active_objs = nr_objs - nr_free 316 …{:8} | {:11} | {:13}\n".format(hex(cache), cache['name'].string(), str(active_objs), str(num_objs)…
|
/openbmc/linux/mm/ |
H A D | slab_common.c | 1277 s->name, sinfo.active_objs, sinfo.num_objs, s->size, in cache_show() 1326 (sinfo.active_objs * s->size) / 1024, in dump_unreclaimable_slab()
|
H A D | slab.h | 378 unsigned long active_objs; member
|
H A D | slab.c | 3869 unsigned long active_objs, num_objs, active_slabs; in get_slabinfo() local 3890 active_objs = num_objs - free_objs; in get_slabinfo() 3892 sinfo->active_objs = active_objs; in get_slabinfo()
|
H A D | slub.c | 6517 sinfo->active_objs = nr_objs - nr_free; in get_slabinfo()
|