Home
last modified time | relevance | path

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

/linux-4.1.27/tools/vm/
Dslabinfo.c37 unsigned long free_fastpath, free_slowpath; member
333 s->alloc_slowpath + s->free_slowpath; in slab_activity()
429 total_free = s->free_fastpath + s->free_slowpath; in slab_stats()
442 total_alloc - s->alloc_fastpath, s->free_slowpath, in slab_stats()
444 total_free ? s->free_slowpath * 100 / total_free : 0); in slab_stats()
596 total_free = s->free_fastpath + s->free_slowpath; in slabcache()
1201 slab->free_slowpath = get_obj("free_slowpath"); in read_slab_dir()
/linux-4.1.27/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-4.1.27/mm/
Dslub.c4857 STAT_ATTR(FREE_SLOWPATH, free_slowpath);