Home | History | Annotate | Download | only in blktrace

Lines Matching full:stopwatch_end

268 static unsigned long long stopwatch_end = -1ULL;	/* "infinity" */
1896 if (bit->time < stopwatch_end &&
2467 if (t->bit->time > stopwatch_end)
2555 if (youngest > stopwatch_end)
2635 stopwatch_end = DOUBLE_TO_NANO_ULL(value);
2636 if (stopwatch_end <= stopwatch_start) {
2638 stopwatch_start, stopwatch_end);