Searched refs:total_slabs (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
H A D | slab.c | 231 parent->total_slabs = 0; in kmem_cache_node_init() 1345 unsigned long total_slabs, free_slabs, free_objs; in slab_out_of_memory() local 1348 total_slabs = n->total_slabs; in slab_out_of_memory() 1354 node, total_slabs - free_slabs, total_slabs, in slab_out_of_memory() 1355 (total_slabs * cachep->num) - free_objs, in slab_out_of_memory() 1356 total_slabs * cachep->num); in slab_out_of_memory() 2210 n->total_slabs--; in drain_freelist() 2653 n->total_slabs in cache_grow_end() 4010 unsigned long total_slabs = 0, free_objs = 0, shared_avail = 0; get_slabinfo() local [all...] |
H A D | slab.h | 552 unsigned long total_slabs; /* length of all slab lists */ member
|
/kernel/linux/linux-6.6/mm/ |
H A D | slab.c | 231 parent->total_slabs = 0; in kmem_cache_node_init() 1324 unsigned long total_slabs, free_slabs, free_objs; in slab_out_of_memory() local 1327 total_slabs = n->total_slabs; in slab_out_of_memory() 1333 node, total_slabs - free_slabs, total_slabs, in slab_out_of_memory() 1334 (total_slabs * cachep->num) - free_objs, in slab_out_of_memory() 1335 total_slabs * cachep->num); in slab_out_of_memory() 2190 n->total_slabs--; in drain_freelist() 2613 n->total_slabs in cache_grow_end() 3870 unsigned long total_slabs = 0, free_objs = 0, shared_avail = 0; get_slabinfo() local [all...] |
H A D | slab.h | 782 unsigned long total_slabs; /* length of all slab lists */ member
|
/kernel/linux/linux-5.10/tools/vm/ |
H A D | slabinfo.c | 794 avg_slabs, total_slabs = 0; in totals() local 912 total_slabs += s->slabs; in totals() 937 avg_slabs = total_slabs / used_slabs; in totals() 978 store_size(b3, max_slabs);store_size(b4, total_slabs); in totals() 988 store_size(b4, total_partial * 100 / total_slabs); in totals()
|
/kernel/linux/linux-6.6/tools/mm/ |
H A D | slabinfo.c | 818 avg_slabs, total_slabs = 0; in totals() local 936 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 15 milliseconds