Lines Matching defs:total_alloc
472 unsigned long total_alloc;
479 total_alloc = s->alloc_fastpath + s->alloc_slowpath;
482 if (!total_alloc)
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,
498 s->alloc_slab * 100 / total_alloc,
503 (s->deactivate_to_head + s->deactivate_to_tail) * 100 / total_alloc,
507 s->alloc_from_partial * 100 / total_alloc,
512 s->cpu_partial_alloc * 100 / total_alloc,
517 s->deactivate_remote_frees * 100 / total_alloc,
520 printf("Total %8lu %8lu\n\n", total_alloc, total_free);
650 unsigned long total_alloc;
653 total_alloc = s->alloc_fastpath + s->alloc_slowpath;
658 total_alloc, total_free,
659 total_alloc ? (s->alloc_fastpath * 100 / total_alloc) : 0,