Home
last modified time | relevance | path

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

/linux-6.1.9/tools/vm/
Dslabinfo.c37 unsigned long alloc_fastpath, alloc_slowpath; member
372 return s->alloc_fastpath + s->free_fastpath + in slab_activity()
477 total_alloc = s->alloc_fastpath + s->alloc_slowpath; in slab_stats()
487 s->alloc_fastpath, s->free_fastpath, in slab_stats()
488 s->alloc_fastpath * 100 / total_alloc, in slab_stats()
491 total_alloc - s->alloc_fastpath, s->free_slowpath, in slab_stats()
492 (total_alloc - s->alloc_fastpath) * 100 / total_alloc, in slab_stats()
651 total_alloc = s->alloc_fastpath + s->alloc_slowpath; in slabcache()
657 total_alloc ? (s->alloc_fastpath * 100 / total_alloc) : 0, in slabcache()
1274 slab->alloc_fastpath = get_obj("alloc_fastpath"); in read_slab_dir()
/linux-6.1.9/Documentation/ABI/testing/
Dsysfs-kernel-slab42 What: /sys/kernel/slab/<cache>/alloc_fastpath
48 The alloc_fastpath file shows how many objects have been
/linux-6.1.9/mm/
Dslub.c5689 STAT_ATTR(ALLOC_FASTPATH, alloc_fastpath);