Home
last modified time | relevance | path

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

/openbmc/linux/tools/mm/
H A Dslabinfo.c38 unsigned long free_fastpath, free_slowpath; member
374 return s->alloc_fastpath + s->free_fastpath + in slab_activity()
480 total_free = s->free_fastpath + s->free_slowpath; in slab_stats()
489 s->alloc_fastpath, s->free_fastpath, in slab_stats()
491 total_free ? s->free_fastpath * 100 / total_free : 0); in slab_stats()
654 total_free = s->free_fastpath + s->free_slowpath; in slabcache()
660 total_free ? (s->free_fastpath * 100 / total_free) : 0, in slabcache()
1278 slab->free_fastpath = get_obj("free_fastpath"); in read_slab_dir()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-slab224 What: /sys/kernel/slab/<cache>/free_fastpath
230 The free_fastpath file shows how many objects have been freed
/openbmc/linux/mm/
H A Dslub.c5919 STAT_ATTR(FREE_FASTPATH, free_fastpath);