Searched refs:free_fastpath (Results 1 – 3 of 3) sorted by relevance
38 unsigned long free_fastpath, free_slowpath; member354 return s->alloc_fastpath + s->free_fastpath + in slab_activity()456 total_free = s->free_fastpath + s->free_slowpath; in slab_stats()465 s->alloc_fastpath, s->free_fastpath, in slab_stats()467 total_free ? s->free_fastpath * 100 / total_free : 0); in slab_stats()630 total_free = s->free_fastpath + s->free_slowpath; in slabcache()636 total_free ? (s->free_fastpath * 100 / total_free) : 0, in slabcache()1242 slab->free_fastpath = get_obj("free_fastpath"); in read_slab_dir()
224 What: /sys/kernel/slab/cache/free_fastpath230 The free_fastpath file shows how many objects have been freed
5396 STAT_ATTR(FREE_FASTPATH, free_fastpath);