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

/linux-master/scripts/gdb/linux/
H A Dslab.py289 gdb.write("{:^18} | {:^20} | {:^12} | {:^12} | {:^8} | {:^11} | {:^13}\n".format('Pointer', 'name', 'active_objs', 'num_objs', 'objsize', 'objperslab', 'pagesperslab'))
310 active_objs = nr_objs - nr_free
315 gdb.write("{:18s} | {:20.19s} | {:12} | {:12} | {:8} | {:11} | {:13}\n".format(hex(cache), cache['name'].string(), str(active_objs), str(num_objs), str(cache['size']), str(objects_per_slab), str(1 << cache_order)))
/linux-master/mm/
H A Dslab.h486 unsigned long active_objs; member in struct:slabinfo
H A Dslab_common.c1044 seq_puts(m, "# name <active_objs> <num_objs> <objsize> <objperslab> <pagesperslab>");
1074 s->name, sinfo.active_objs, sinfo.num_objs, s->size,
1123 (sinfo.active_objs * s->size) / 1024,
H A Dslub.c7095 sinfo->active_objs = nr_objs - nr_free;

Completed in 283 milliseconds