Home | History | Annotate | Download | only in fio

Lines Matching refs:rate_next_io_time

672 	 * if rate_next_io_time is in the past, need to catch up to rate
674 if (td->rate_next_io_time[ddir] <= now)
685 if (td->rate_next_io_time[odir] <= now)
692 if (td->rate_next_io_time[ddir] <=
693 td->rate_next_io_time[odir]) {
694 usec = td->rate_next_io_time[ddir] - now;
696 usec = td->rate_next_io_time[odir] - now;
700 usec = td->rate_next_io_time[ddir] - now;