Home | History | Annotate | Download | only in blktrace

Lines Matching defs:msec

1772 	unsigned long long rrate, wrate, msec;
1840 msec = (pdi->last_reported_time - pdi->first_reported_time) / 1000000;
1841 if (msec) {
1842 rrate = 1000 * total.cread_kb / msec;
1843 wrate = 1000 * total.cwrite_kb / msec;