Home
last modified time | relevance | path

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

/openbmc/linux/scripts/gdb/linux/
H A Dslab.py311 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 Dslab_common.c1296 s->name, sinfo.active_objs, sinfo.num_objs, s->size, in cache_show()
1345 (sinfo.active_objs * s->size) / 1024, in dump_unreclaimable_slab()
H A Dslab.h373 unsigned long active_objs; member
H A Dslab.c3869 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 Dslub.c6510 sinfo->active_objs = nr_objs - nr_free; in get_slabinfo()