Home
last modified time | relevance | path

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

/linux/tools/mm/
H A Dslabinfo.c37 unsigned long alloc_fastpath, alloc_slowpath; member
377 return s->alloc_fastpath + s->free_fastpath + in slab_activity()
482 total_alloc = s->alloc_fastpath + s->alloc_slowpath; in slab_stats()
492 s->alloc_fastpath, s->free_fastpath, in slab_stats()
493 s->alloc_fastpath * 100 / total_alloc, in slab_stats()
496 total_alloc - s->alloc_fastpath, s->free_slowpath, in slab_stats()
497 (total_alloc - s->alloc_fastpath) * 100 / total_alloc, in slab_stats()
656 total_alloc = s->alloc_fastpath + s->alloc_slowpath; in slabcache()
662 total_alloc ? (s->alloc_fastpath * 100 / total_alloc) : 0, in slabcache()
1283 slab->alloc_fastpath = get_obj("alloc_fastpath"); in read_slab_dir()
/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-slab43 What: /sys/kernel/slab/<cache>/alloc_fastpath
49 The alloc_fastpath file shows how many objects have been
/linux/mm/
H A Dslub.c9469 STAT_ATTR(ALLOC_FASTPATH, alloc_fastpath);