Home
last modified time | relevance | path

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

/linux-4.1.27/mm/
Dslab_common.c979 info->active_objs += sinfo.active_objs; in memcg_accumulate_slabinfo()
994 cache_name(s), sinfo.active_objs, sinfo.num_objs, s->size, in cache_show()
Dslab.c1548 unsigned long active_objs = 0, num_objs = 0, free_objects = 0; in slab_out_of_memory() local
1553 active_objs += cachep->num; in slab_out_of_memory()
1557 active_objs += page->active; in slab_out_of_memory()
1570 node, active_slabs, num_slabs, active_objs, num_objs, in slab_out_of_memory()
3921 unsigned long active_objs; in get_slabinfo() local
3930 active_objs = 0; in get_slabinfo()
3940 active_objs += cachep->num; in get_slabinfo()
3948 active_objs += page->active; in get_slabinfo()
3964 if (num_objs - active_objs != free_objects && !error) in get_slabinfo()
3971 sinfo->active_objs = active_objs; in get_slabinfo()
Dslab.h148 unsigned long active_objs; member
Dslub.c5327 sinfo->active_objs = nr_objs - nr_free; in get_slabinfo()