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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/vmstat/proc/
H A Dsysinfo.h119 unsigned active_objs; member in struct:slab_cache
H A Dsysinfo.c772 &(*slab)[cSlab].active_objs,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/vmstat/
H A Dvmstat.c452 slabs[k].active_objs,
466 slabs[i].active_objs,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dslab.c4138 seq_puts(m, "# name <active_objs> <num_objs> <objsize> "
4184 unsigned long active_objs; local
4193 active_objs = 0;
4206 active_objs += cachep->num;
4214 active_objs += slabp->inuse;
4230 if (num_objs - active_objs != free_objects && !error)
4238 name, active_objs, num_objs, cachep->buffer_size,

Completed in 119 milliseconds