Searched refs:tot (Results 1 - 1 of 1) sorted by relevance

/systemd/src/bootchart/
H A Dsvg.c560 double tot; local
575 tot = (double)(stop_sampledata->blockstat.bi - start_sampledata->blockstat.bi) / diff;
577 if (tot > max) {
578 max = tot;
582 tot = (double)(stop_sampledata->blockstat.bo - start_sampledata->blockstat.bo) / diff;
584 if (tot > max)
585 max = tot;
597 double tot; local
613 tot = (double)(stop_sampledata->blockstat.bi - start_sampledata->blockstat.bi) / diff;
616 pbi = tot / ma
673 double tot; local
707 double tot, pbo; local
[all...]

Completed in 549 milliseconds