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

  /external/fio/
backend.c 465 struct timeval *comp_time)
509 if (comp_time && (__should_check_rate(td, DDIR_READ) ||
512 fio_gettime(comp_time, NULL);
877 struct timeval comp_time; local
991 if (io_queue_event(td, io_u, &ret, ddir, &bytes_issued, 0, &comp_time))
1003 ret = wait_for_completions(td, &comp_time);
1012 if (check_min_rate(td, &comp_time)) {
    [all...]
fio.h 653 struct timeval *comp_time);

Completed in 78 milliseconds