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

/systemd/src/bootchart/
H A Dsvg.c559 int diff; local
564 diff = (stop - start);
575 tot = (double)(stop_sampledata->blockstat.bi - start_sampledata->blockstat.bi) / diff;
582 tot = (double)(stop_sampledata->blockstat.bo - start_sampledata->blockstat.bo) / diff;
596 int diff; local
602 diff = (stop - start);
613 tot = (double)(stop_sampledata->blockstat.bi - start_sampledata->blockstat.bi) / diff;
672 int diff; local
677 diff = (stop - start);
688 tot = (double)(stop_sampledata->blockstat.bi - start_sampledata->blockstat.bi) / diff;
706 int start, stop, diff; local
[all...]

Completed in 11 milliseconds