Home
last modified time | relevance | path

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

/linux/scripts/gdb/linux/
H A Dslab.py310 active_objs = nr_objs - nr_free
315 …{:8} | {:11} | {:13}\n".format(hex(cache), cache['name'].string(), str(active_objs), str(num_objs)…
/linux/mm/
H A Dslab_common.c1117 s->name, sinfo.active_objs, sinfo.num_objs, s->size, in cache_show()
1165 (sinfo.active_objs * s->size) / 1024, in dump_unreclaimable_slab()
H A Dslub.c7613 sinfo->active_objs = nr_objs - nr_free; in get_slabinfo()