Searched defs:comp_time (Results 1 - 1 of 1) sorted by relevance

/external/fio/
H A Dbackend.c465 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)) {
463 io_queue_event(struct thread_data *td, struct io_u *io_u, int *ret, enum fio_ddir ddir, uint64_t *bytes_issued, int from_verify, struct timeval *comp_time) argument

Completed in 78 milliseconds