Lines Matching defs:total
450 unsigned long total;
501 total = s->deactivate_full + s->deactivate_empty +
504 if (total) {
508 s->deactivate_full, (s->deactivate_full * 100) / total);
510 s->deactivate_empty, (s->deactivate_empty * 100) / total);
512 s->deactivate_to_head, (s->deactivate_to_head * 100) / total);
514 s->deactivate_to_tail, (s->deactivate_to_tail * 100) / total);
516 s->deactivate_bypass, (s->deactivate_bypass * 100) / total);
518 s->alloc_refill, (s->alloc_refill * 100) / total);
520 s->alloc_node_mismatch, (s->alloc_node_mismatch * 100) / total);