Lines Matching defs:total_alloc
448 unsigned long total_alloc;
455 total_alloc = s->alloc_fastpath + s->alloc_slowpath;
458 if (!total_alloc)
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,
474 s->alloc_slab * 100 / total_alloc,
479 (s->deactivate_to_head + s->deactivate_to_tail) * 100 / total_alloc,
483 s->alloc_from_partial * 100 / total_alloc,
488 s->cpu_partial_alloc * 100 / total_alloc,
493 s->deactivate_remote_frees * 100 / total_alloc,
496 printf("Total %8lu %8lu\n\n", total_alloc, total_free);
626 unsigned long total_alloc;
629 total_alloc = s->alloc_fastpath + s->alloc_slowpath;
634 total_alloc, total_free,
635 total_alloc ? (s->alloc_fastpath * 100 / total_alloc) : 0,