Lines Matching defs:max
529 double max = 0.0;
554 /* find the max IO first */
577 if (tot > max) {
578 max = tot;
584 if (tot > max)
585 max = tot;
615 if (max > 0)
616 pbi = tot / max;
630 max / 1024.0 / (interval / 1000000000.0));
642 double max = 0.0;
667 /* find the max IO first */
689 if (tot > max)
690 max = tot;
693 if (tot > max) {
694 max = tot;
727 if (max > 0)
728 pbo = tot / max;
742 max / 1024.0 / (interval / 1000000000.0));