Home
last modified time | relevance | path

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

/mm/
Dslub.c2812 unsigned long nr_objs; in slab_out_of_memory() local
2817 nr_objs = node_nr_objs(n); in slab_out_of_memory()
2820 node, nr_slabs, nr_objs, nr_free); in slab_out_of_memory()
6255 unsigned long nr_objs = 0; in get_slabinfo() local
6262 nr_objs += node_nr_objs(n); in get_slabinfo()
6266 sinfo->active_objs = nr_objs - nr_free; in get_slabinfo()
6267 sinfo->num_objs = nr_objs; in get_slabinfo()