Home
last modified time | relevance | path

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

/mm/
Dslab.c4093 unsigned long active_objs; in s_show() local
4102 active_objs = 0; in s_show()
4115 active_objs += cachep->num; in s_show()
4123 active_objs += slabp->inuse; in s_show()
4139 if (num_objs - active_objs != free_objects && !error) in s_show()
4147 name, active_objs, num_objs, cachep->buffer_size, in s_show()