Home
last modified time | relevance | path

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

/Linux-v4.19/tools/vm/
Dslabinfo.c38 unsigned long free_fastpath, free_slowpath; member
348 s->alloc_slowpath + s->free_slowpath; in slab_activity()
449 total_free = s->free_fastpath + s->free_slowpath; in slab_stats()
462 total_alloc - s->alloc_fastpath, s->free_slowpath, in slab_stats()
464 total_free ? s->free_slowpath * 100 / total_free : 0); in slab_stats()
623 total_free = s->free_fastpath + s->free_slowpath; in slabcache()
1234 slab->free_slowpath = get_obj("free_slowpath"); in read_slab_dir()
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-kernel-slab269 What: /sys/kernel/slab/cache/free_slowpath
275 The free_slowpath file shows how many objects have been freed
/Linux-v4.19/mm/
Dslub.c5347 STAT_ATTR(FREE_SLOWPATH, free_slowpath);