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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/vmstat/proc/
H A Dsysinfo.h119 unsigned active_objs; member in struct:slab_cache
H A Dsysinfo.c771 &(*slab)[cSlab].active_objs,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/vmstat/
H A Dvmstat.c451 slabs[k].active_objs,
465 slabs[i].active_objs,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dslab.c4176 seq_puts(m, "# name <active_objs> <num_objs> <objsize> "
4213 unsigned long active_objs; local
4222 active_objs = 0;
4235 active_objs += cachep->num;
4243 active_objs += slabp->inuse;
4259 if (num_objs - active_objs != free_objects && !error)
4267 name, active_objs, num_objs, cachep->buffer_size,

Completed in 36 milliseconds