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.h434 unsigned long active_objs; member
H A Dslub.c9929 sinfo->active_objs = nr_objs - nr_free; in get_slabinfo()