Home
last modified time | relevance | path

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

/linux/tools/mm/
H A Dslabinfo.c37 unsigned long alloc_fastpath, alloc_slowpath; member
378 s->alloc_slowpath + s->free_slowpath; in slab_activity()
482 total_alloc = s->alloc_fastpath + s->alloc_slowpath; in slab_stats()
656 total_alloc = s->alloc_fastpath + s->alloc_slowpath; in slabcache()
1284 slab->alloc_slowpath = get_obj("alloc_slowpath"); in read_slab_dir()
/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-slab88 What: /sys/kernel/slab/<cache>/alloc_slowpath
94 The alloc_slowpath file shows how many objects have been
/linux/mm/
H A Dslub.c9470 STAT_ATTR(ALLOC_SLOWPATH, alloc_slowpath);