Home
last modified time | relevance | path

Searched refs:alloc_fastpath (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
354 return s->alloc_fastpath + s->free_fastpath + in slab_activity()
455 total_alloc = s->alloc_fastpath + s->alloc_slowpath; in slab_stats()
465 s->alloc_fastpath, s->free_fastpath, in slab_stats()
466 s->alloc_fastpath * 100 / total_alloc, in slab_stats()
469 total_alloc - s->alloc_fastpath, s->free_slowpath, in slab_stats()
470 (total_alloc - s->alloc_fastpath) * 100 / total_alloc, in slab_stats()
629 total_alloc = s->alloc_fastpath + s->alloc_slowpath; in slabcache()
635 total_alloc ? (s->alloc_fastpath * 100 / total_alloc) : 0, in slabcache()
1252 slab->alloc_fastpath in read_slab_dir()
[all...]
/kernel/linux/linux-6.6/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 in read_slab_dir()
[all...]
/kernel/linux/linux-5.10/mm/
H A Dslub.c5390 STAT_ATTR(ALLOC_FASTPATH, alloc_fastpath);
/kernel/linux/linux-6.6/mm/
H A Dslub.c5910 STAT_ATTR(ALLOC_FASTPATH, alloc_fastpath);

Completed in 20 milliseconds