Home
last modified time | relevance | path

Searched refs:free_slab (Results 1 – 3 of 3) sorted by relevance

/linux/tools/mm/
H A Dslabinfo.c40 unsigned long alloc_from_partial, alloc_slab, free_slab, alloc_refill; member
499 s->alloc_slab, s->free_slab, in slab_stats()
501 total_free ? s->free_slab * 100 / total_free : 0); in slab_stats()
1291 slab->free_slab = get_obj("free_slab"); in read_slab_dir()
/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-slab261 What: /sys/kernel/slab/<cache>/free_slab
267 The free_slab file shows how many times an empty slab has been
/linux/mm/
H A Dslub.c3549 static void free_slab(struct kmem_cache *s, struct slab *slab) in free_slab() function
3568 free_slab(s, slab); in discard_slab()
5672 free_slab(s, slab_free); in free_to_partial_list()
8415 free_slab(s, slab); in __kmem_cache_do_shrink()
9522 STAT_ATTR(FREE_SLAB, free_slab);