Searched refs:total_slabs (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/mm/ |
D | slab.c | 231 parent->total_slabs = 0; in kmem_cache_node_init() 1377 unsigned long total_slabs, free_slabs, free_objs; in slab_out_of_memory() local 1380 total_slabs = n->total_slabs; in slab_out_of_memory() 1386 node, total_slabs - free_slabs, total_slabs, in slab_out_of_memory() 1387 (total_slabs * cachep->num) - free_objs, in slab_out_of_memory() 1388 total_slabs * cachep->num); in slab_out_of_memory() 2278 n->total_slabs--; in drain_freelist() 2733 n->total_slabs++; in cache_grow_end() 3440 n->total_slabs--; in free_block() 4096 unsigned long total_slabs = 0, free_objs = 0, shared_avail = 0; in get_slabinfo() local [all …]
|
D | slab.h | 462 unsigned long total_slabs; /* length of all slab lists */ member
|
/Linux-v4.19/tools/vm/ |
D | slabinfo.c | 787 avg_slabs, total_slabs = 0; in totals() local 905 total_slabs += s->slabs; in totals() 930 avg_slabs = total_slabs / used_slabs; in totals() 971 store_size(b3, max_slabs);store_size(b4, total_slabs); in totals() 981 store_size(b4, total_partial * 100 / total_slabs); in totals()
|