Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dslab_common.c1308 info->active_objs += sinfo.active_objs; in memcg_accumulate_slabinfo()
1323 cache_name(s), sinfo.active_objs, sinfo.num_objs, s->size, in cache_show()
1372 (sinfo.active_objs * s->size) / 1024, in dump_unreclaimable_slab()
Dslab.h180 unsigned long active_objs; member
Dslab.c4095 unsigned long active_objs, num_objs, active_slabs; in get_slabinfo() local
4116 active_objs = num_objs - free_objs; in get_slabinfo()
4118 sinfo->active_objs = active_objs; in get_slabinfo()
Dslub.c5859 sinfo->active_objs = nr_objs - nr_free; in get_slabinfo()