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

/linux-master/tools/mm/
H A Dslabinfo.c38 unsigned long free_fastpath, free_slowpath; member in struct:slabinfo
374 return s->alloc_fastpath + s->free_fastpath +
480 total_free = s->free_fastpath + s->free_slowpath;
489 s->alloc_fastpath, s->free_fastpath,
491 total_free ? s->free_fastpath * 100 / total_free : 0);
654 total_free = s->free_fastpath + s->free_slowpath;
660 total_free ? (s->free_fastpath * 100 / total_free) : 0,
1278 slab->free_fastpath = get_obj("free_fastpath");
/linux-master/mm/
H A Dslub.c6505 STAT_ATTR(FREE_FASTPATH, free_fastpath);

Completed in 222 milliseconds