Lines Matching refs:alloc_fastpath
37 unsigned long alloc_fastpath, alloc_slowpath;
354 return s->alloc_fastpath + s->free_fastpath +
455 total_alloc = s->alloc_fastpath + s->alloc_slowpath;
465 s->alloc_fastpath, s->free_fastpath,
466 s->alloc_fastpath * 100 / total_alloc,
469 total_alloc - s->alloc_fastpath, s->free_slowpath,
470 (total_alloc - s->alloc_fastpath) * 100 / total_alloc,
629 total_alloc = s->alloc_fastpath + s->alloc_slowpath;
635 total_alloc ? (s->alloc_fastpath * 100 / total_alloc) : 0,
1252 slab->alloc_fastpath = get_obj("alloc_fastpath");