Home
last modified time | relevance | path

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

/linux-6.12.1/scripts/gdb/linux/
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-6.12.1/mm/
Dslab_common.c1106 s->name, sinfo.active_objs, sinfo.num_objs, s->size, in cache_show()
1154 (sinfo.active_objs * s->size) / 1024, in dump_unreclaimable_slab()
Dslab.h499 unsigned long active_objs; member
Dslub.c7439 sinfo->active_objs = nr_objs - nr_free; in get_slabinfo()