Searched refs:alloc_fastpath (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/mm/
H A Dslabinfo.c37 unsigned long alloc_fastpath, alloc_slowpath; member in struct:slabinfo
374 return s->alloc_fastpath + s->free_fastpath +
479 total_alloc = s->alloc_fastpath + s->alloc_slowpath;
489 s->alloc_fastpath, s->free_fastpath,
490 s->alloc_fastpath * 100 / total_alloc,
493 total_alloc - s->alloc_fastpath, s->free_slowpath,
494 (total_alloc - s->alloc_fastpath) * 100 / total_alloc,
653 total_alloc = s->alloc_fastpath + s->alloc_slowpath;
659 total_alloc ? (s->alloc_fastpath * 100 / total_alloc) : 0,
1276 slab->alloc_fastpath
[all...]
/linux-master/mm/
H A Dslub.c6503 STAT_ATTR(ALLOC_FASTPATH, alloc_fastpath);

Completed in 242 milliseconds