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

/systemd/src/bootchart/
H A Dbootchart.h62 struct block_stat_struct blockstat; member in struct:list_sample_data
H A Dsvg.c575 tot = (double)(stop_sampledata->blockstat.bi - start_sampledata->blockstat.bi) / diff;
582 tot = (double)(stop_sampledata->blockstat.bo - start_sampledata->blockstat.bo) / diff;
613 tot = (double)(stop_sampledata->blockstat.bi - start_sampledata->blockstat.bi) / diff;
688 tot = (double)(stop_sampledata->blockstat.bi - start_sampledata->blockstat.bi) / diff;
692 tot = (double)(stop_sampledata->blockstat.bo - start_sampledata->blockstat
[all...]
H A Dstore.c153 sampledata->blockstat.bi = atoi(val);
155 sampledata->blockstat.bo = atoi(val);

Completed in 2840 milliseconds