Home
last modified time | relevance | path

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

/openbmc/linux/tools/mm/
H A Dslabinfo.c37 unsigned long alloc_fastpath, alloc_slowpath; member
374 return s->alloc_fastpath + s->free_fastpath + in slab_activity()
479 total_alloc = s->alloc_fastpath + s->alloc_slowpath; in slab_stats()
489 s->alloc_fastpath, s->free_fastpath, in slab_stats()
490 s->alloc_fastpath * 100 / total_alloc, in slab_stats()
493 total_alloc - s->alloc_fastpath, s->free_slowpath, in slab_stats()
494 (total_alloc - s->alloc_fastpath) * 100 / total_alloc, in slab_stats()
653 total_alloc = s->alloc_fastpath + s->alloc_slowpath; in slabcache()
659 total_alloc ? (s->alloc_fastpath * 100 / total_alloc) : 0, in slabcache()
1276 slab->alloc_fastpath = get_obj("alloc_fastpath"); in read_slab_dir()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-slab42 What: /sys/kernel/slab/<cache>/alloc_fastpath
48 The alloc_fastpath file shows how many objects have been
/openbmc/linux/mm/
H A Dslub.c5910 STAT_ATTR(ALLOC_FASTPATH, alloc_fastpath);