Home
last modified time | relevance | path

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

/mm/
Dslab.c1346 unsigned long total_slabs, free_slabs, free_objs; in slab_out_of_memory() local
1351 free_objs = n->free_objects; in slab_out_of_memory()
1356 (total_slabs * cachep->num) - free_objs, in slab_out_of_memory()
4057 unsigned long total_slabs = 0, free_objs = 0, shared_avail = 0; in get_slabinfo() local
4068 free_objs += n->free_objects; in get_slabinfo()
4077 active_objs = num_objs - free_objs; in get_slabinfo()