HomeSort by relevance Sort by last modified time
    Searched refs:rate_next_io_time (Results 1 - 5 of 5) sorted by null

  /external/fio/
libfio.c 95 td->rate_next_io_time[ddir] = 0;
io_u.c 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;
    [all...]
fio.h 286 uint64_t rate_next_io_time[DDIR_RWDIR_CNT]; member in struct:thread_data
backend.c 983 td->rate_next_io_time[ddir] = usec_for_io(td, ddir);
989 td->rate_next_io_time[ddir] = usec_for_io(td, ddir);
    [all...]
init.c 524 td->rate_next_io_time[ddir] = 0;
    [all...]

Completed in 176 milliseconds