Home
last modified time | relevance | path

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

/linux-4.4.14/mm/
Dslab.c1550 unsigned long active_objs = 0, num_objs = 0, free_objects = 0; in slab_out_of_memory() local
1555 active_objs += cachep->num; in slab_out_of_memory()
1559 active_objs += page->active; in slab_out_of_memory()
1572 node, active_slabs, num_slabs, active_objs, num_objs, in slab_out_of_memory()
3925 unsigned long active_objs; in get_slabinfo() local
3934 active_objs = 0; in get_slabinfo()
3944 active_objs += cachep->num; in get_slabinfo()
3952 active_objs += page->active; in get_slabinfo()
3968 if (num_objs - active_objs != free_objects && !error) in get_slabinfo()
3975 sinfo->active_objs = active_objs; in get_slabinfo()
Dslab_common.c1088 info->active_objs += sinfo.active_objs; in memcg_accumulate_slabinfo()
1103 cache_name(s), sinfo.active_objs, sinfo.num_objs, s->size, in cache_show()
Dslab.h149 unsigned long active_objs; member
Dslub.c5540 sinfo->active_objs = nr_objs - nr_free; in get_slabinfo()