Lines Matching defs:total_alloc
475 unsigned long total_alloc;
482 total_alloc = s->alloc_fastpath + s->alloc_slowpath;
485 if (!total_alloc)
493 s->alloc_fastpath * 100 / total_alloc,
496 total_alloc - s->alloc_fastpath, s->free_slowpath,
497 (total_alloc - s->alloc_fastpath) * 100 / total_alloc,
501 s->alloc_slab * 100 / total_alloc,
506 (s->deactivate_to_head + s->deactivate_to_tail) * 100 / total_alloc,
510 s->alloc_from_partial * 100 / total_alloc,
515 s->cpu_partial_alloc * 100 / total_alloc,
520 s->deactivate_remote_frees * 100 / total_alloc,
523 printf("Total %8lu %8lu\n\n", total_alloc, total_free);
653 unsigned long total_alloc;
656 total_alloc = s->alloc_fastpath + s->alloc_slowpath;
661 total_alloc, total_free,
662 total_alloc ? (s->alloc_fastpath * 100 / total_alloc) : 0,