Home
last modified time | relevance | path

Searched refs:last_ss (Results 1 – 1 of 1) sorted by relevance

/external/fio/
Dhelper_thread.c74 struct timeval tv, last_du, last_ss; in helper_thread_main() local
81 memcpy(&last_ss, &tv, sizeof(tv)); in helper_thread_main()
103 memcpy(&last_ss, &now, sizeof(last_ss)); in helper_thread_main()
129 since_ss = mtime_since(&last_ss, &now); in helper_thread_main()
132 timeval_add_msec(&last_ss, since_ss); in helper_thread_main()