Searched defs:nr_active_objs (Results 1 - 1 of 1) sorted by relevance

/system/extras/showslab/
H A Dshowslab.c24 unsigned long nr_active_objs; /* number of active objects */ member in struct:slab_info
36 unsigned long nr_active_objs; /* total number of active objects */ member in struct:slab_stat
109 &p->nr_active_objs, &p->nr_objs,
129 p->use = 100 * p->nr_active_objs / p->nr_objs;
135 stats->nr_active_objs += p->nr_active_objs;
137 stats->active_size += p->nr_active_objs * p->obj_size;
235 BUILD_SORT_FUNC(nr_active_objs)
317 stats.nr_active_objs,
319 100.0 * stats.nr_active_objs / stat
[all...]

Completed in 45 milliseconds