Home
last modified time | relevance | path

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

/linux/scripts/gdb/linux/
H A Dslab.py311 num_objs = nr_objs
315 …13}\n".format(hex(cache), cache['name'].string(), str(active_objs), str(num_objs), str(cache['size…
/linux/kernel/bpf/
H A Dbpf_iter.c98 int err = 0, num_objs = 0; in bpf_seq_read() local
156 num_objs++; in bpf_seq_read()
175 if (num_objs >= MAX_ITER_OBJECTS) { in bpf_seq_read()
/linux/mm/
H A Dslab_common.c1153 s->name, sinfo.active_objs, sinfo.num_objs, s->size, in cache_show()
1199 if (sinfo.num_objs > 0) in dump_unreclaimable_slab()
1202 (sinfo.num_objs * s->size) / 1024); in dump_unreclaimable_slab()
H A Dslab.h508 unsigned long num_objs; member
H A Dslub.c10123 sinfo->num_objs = nr_objs; in get_slabinfo()