Searched refs:free_slowpath (Results 1 – 3 of 3) sorted by relevance
38 unsigned long free_fastpath, free_slowpath; member375 s->alloc_slowpath + s->free_slowpath; in slab_activity()480 total_free = s->free_fastpath + s->free_slowpath; in slab_stats()493 total_alloc - s->alloc_fastpath, s->free_slowpath, in slab_stats()495 total_free ? s->free_slowpath * 100 / total_free : 0); in slab_stats()654 total_free = s->free_fastpath + s->free_slowpath; in slabcache()1279 slab->free_slowpath = get_obj("free_slowpath"); in read_slab_dir()
269 What: /sys/kernel/slab/<cache>/free_slowpath275 The free_slowpath file shows how many objects have been freed
5913 STAT_ATTR(FREE_SLOWPATH, free_slowpath);