Searched refs:tv_cache (Results 1 – 2 of 2) sorted by relevance
345 fio_gettime(&td->tv_cache, NULL); in __update_tv_cache()491 if (runtime_exceeded(td, &td->tv_cache)) { in do_verify()493 if (runtime_exceeded(td, &td->tv_cache)) { in do_verify()762 if (runtime_exceeded(td, &td->tv_cache)) { in do_io()764 if (runtime_exceeded(td, &td->tv_cache)) { in do_io()1505 memcpy(&td->tv_cache, &td->start, sizeof(td->start)); in thread_main()
265 struct timeval tv_cache; member