Home
last modified time | relevance | path

Searched refs:alloc_slowpath (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/vm/
H A Dslabinfo.c37 unsigned long alloc_fastpath, alloc_slowpath; member
355 s->alloc_slowpath + s->free_slowpath; in slab_activity()
455 total_alloc = s->alloc_fastpath + s->alloc_slowpath; in slab_stats()
629 total_alloc = s->alloc_fastpath + s->alloc_slowpath; in slabcache()
1253 slab->alloc_slowpath = get_obj("alloc_slowpath"); in read_slab_dir()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/mm/
H A Dslub.c5391 STAT_ATTR(ALLOC_SLOWPATH, alloc_slowpath);
/kernel/linux/linux-6.6/mm/
H A Dslub.c5911 STAT_ATTR(ALLOC_SLOWPATH, alloc_slowpath);

Completed in 20 milliseconds