Searched refs:total_slabs (Results 1 – 3 of 3) sorted by relevance
231 parent->total_slabs = 0; in kmem_cache_node_init()1331 total_slabs = n->total_slabs; in slab_out_of_memory()1337 node, total_slabs - free_slabs, total_slabs, in slab_out_of_memory()1339 total_slabs * cachep->num); in slab_out_of_memory()2199 n->total_slabs--; in drain_freelist()2633 n->total_slabs++; in cache_grow_end()3314 n->total_slabs--; in free_block()3899 total_slabs += n->total_slabs; in get_slabinfo()3908 num_objs = total_slabs * cachep->num; in get_slabinfo()3909 active_slabs = total_slabs - free_slabs; in get_slabinfo()[all …]
790 unsigned long total_slabs; /* length of all slab lists */ member
818 avg_slabs, total_slabs = 0; in totals() local936 total_slabs += s->slabs; in totals()961 avg_slabs = total_slabs / used_slabs; in totals()1002 store_size(b3, max_slabs);store_size(b4, total_slabs); in totals()1012 store_size(b4, total_partial * 100 / total_slabs); in totals()
Completed in 14 milliseconds