Home
last modified time | relevance | path

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

/openbmc/linux/tools/mm/
H A Dslabinfo.c37 unsigned long alloc_fastpath, alloc_slowpath; member
375 s->alloc_slowpath + s->free_slowpath; in slab_activity()
479 total_alloc = s->alloc_fastpath + s->alloc_slowpath; in slab_stats()
653 total_alloc = s->alloc_fastpath + s->alloc_slowpath; in slabcache()
1277 slab->alloc_slowpath = get_obj("alloc_slowpath"); in read_slab_dir()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-slab87 What: /sys/kernel/slab/<cache>/alloc_slowpath
93 The alloc_slowpath file shows how many objects have been
/openbmc/linux/mm/
H A Dslub.c5911 STAT_ATTR(ALLOC_SLOWPATH, alloc_slowpath);