Searched refs:alloc_refill (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/vm/ |
H A D | slabinfo.c | 40 unsigned long alloc_from_partial, alloc_slab, free_slab, alloc_refill; member 518 s->alloc_refill, (s->alloc_refill * 100) / total); in slab_stats() 1261 slab->alloc_refill = get_obj("alloc_refill"); in read_slab_dir()
|
/kernel/linux/linux-6.6/tools/mm/ |
H A D | slabinfo.c | 40 unsigned long alloc_from_partial, alloc_slab, free_slab, alloc_refill; member 542 s->alloc_refill, (s->alloc_refill * 100) / total); in slab_stats() 1285 slab->alloc_refill = get_obj("alloc_refill"); in read_slab_dir()
|
/kernel/linux/linux-5.10/mm/ |
H A D | slub.c | 5399 STAT_ATTR(ALLOC_REFILL, alloc_refill);
|
/kernel/linux/linux-6.6/mm/ |
H A D | slub.c | 5919 STAT_ATTR(ALLOC_REFILL, alloc_refill);
|
Completed in 20 milliseconds