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

/linux-4.1.27/mm/
H A Dslab_common.c935 seq_puts(m, "# name <active_objs> <num_objs> <objsize> " print_slabinfo_header()
979 info->active_objs += sinfo.active_objs; for_each_memcg_cache()
994 cache_name(s), sinfo.active_objs, sinfo.num_objs, s->size, cache_show()
H A Dslab.h148 unsigned long active_objs; member in struct:slabinfo
H A Dslab.c1548 unsigned long active_objs = 0, num_objs = 0, free_objects = 0; for_each_kmem_cache_node() local
1553 active_objs += cachep->num; for_each_kmem_cache_node()
1557 active_objs += page->active; for_each_kmem_cache_node()
1570 node, active_slabs, num_slabs, active_objs, num_objs, for_each_kmem_cache_node()
3921 unsigned long active_objs; get_slabinfo() local
3930 active_objs = 0; get_slabinfo()
3940 active_objs += cachep->num; for_each_kmem_cache_node()
3948 active_objs += page->active; for_each_kmem_cache_node()
3964 if (num_objs - active_objs != free_objects && !error)
3971 sinfo->active_objs = active_objs;
H A Dslub.c5327 sinfo->active_objs = nr_objs - nr_free;

Completed in 162 milliseconds