Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/radix-tree/
Dlinux.c23 int nr_objs; member
36 if (cachep->nr_objs) { in kmem_cache_alloc()
37 cachep->nr_objs--; in kmem_cache_alloc()
62 if (cachep->nr_objs > 10) { in kmem_cache_free()
67 cachep->nr_objs++; in kmem_cache_free()
108 ret->nr_objs = 0; in kmem_cache_create()
/Linux-v5.4/mm/
Dslub.c2430 unsigned long nr_objs; in slab_out_of_memory() local
2435 nr_objs = node_nr_objs(n); in slab_out_of_memory()
2438 node, nr_slabs, nr_objs, nr_free); in slab_out_of_memory()
5900 unsigned long nr_objs = 0; in get_slabinfo() local
5907 nr_objs += node_nr_objs(n); in get_slabinfo()
5911 sinfo->active_objs = nr_objs - nr_free; in get_slabinfo()
5912 sinfo->num_objs = nr_objs; in get_slabinfo()