Searched refs:active_objs (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/mm/ | 
| D | slab_common.c | 1434 		info->active_objs += sinfo.active_objs;  in memcg_accumulate_slabinfo() 1449 		   cache_name(s), sinfo.active_objs, sinfo.num_objs, s->size,  in cache_show() 1498 				(sinfo.active_objs * s->size) / 1024,  in dump_unreclaimable_slab() 1601 			   cache_name(s), sinfo.active_objs, sinfo.num_objs,  in memcg_slabinfo_show() 1618 				   sinfo.active_objs, sinfo.num_objs,  in memcg_slabinfo_show()
  | 
| D | slab.h | 246 	unsigned long active_objs;  member
  | 
| D | slab.c | 4038 	unsigned long active_objs, num_objs, active_slabs;  in get_slabinfo()  local 4059 	active_objs = num_objs - free_objs;  in get_slabinfo() 4061 	sinfo->active_objs = active_objs;  in get_slabinfo()
  | 
| D | slub.c | 5911 	sinfo->active_objs = nr_objs - nr_free;  in get_slabinfo()
  |