Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/mm/
H A Dslab.h482 unsigned long active_objs; member
H A Dslab_common.c1110 s->name, sinfo.active_objs, sinfo.num_objs, s->size, in cache_show()
1158 (sinfo.active_objs * s->size) / 1024, in dump_unreclaimable_slab()
H A Dslub.c7860 sinfo->active_objs = nr_objs - nr_free; in get_slabinfo()