Home
last modified time | relevance | path

Searched refs:free_slowpath (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/vm/
H A Dslabinfo.c38 unsigned long free_fastpath, free_slowpath; member
355 s->alloc_slowpath + s->free_slowpath; in slab_activity()
456 total_free = s->free_fastpath + s->free_slowpath; in slab_stats()
469 total_alloc - s->alloc_fastpath, s->free_slowpath, in slab_stats()
471 total_free ? s->free_slowpath * 100 / total_free : 0); in slab_stats()
630 total_free = s->free_fastpath + s->free_slowpath; in slabcache()
1255 slab->free_slowpath = get_obj("free_slowpath"); in read_slab_dir()
/kernel/linux/linux-6.6/tools/mm/
H A Dslabinfo.c38 unsigned long free_fastpath, free_slowpath; member
375 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()
/kernel/linux/linux-5.10/mm/
H A Dslub.c5393 STAT_ATTR(FREE_SLOWPATH, free_slowpath);
/kernel/linux/linux-6.6/mm/
H A Dslub.c5913 STAT_ATTR(FREE_SLOWPATH, free_slowpath);

Completed in 21 milliseconds