Home
last modified time | relevance | path

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

/external/fio/
Dhelper_thread.c89 uint64_t since_du, since_ss = 0; in helper_thread_main() local
129 since_ss = mtime_since(&last_ss, &now); in helper_thread_main()
130 if (since_ss >= STEADYSTATE_MSEC || STEADYSTATE_MSEC - since_ss < 10) { in helper_thread_main()
132 timeval_add_msec(&last_ss, since_ss); in helper_thread_main()
133 if (since_ss > STEADYSTATE_MSEC) in helper_thread_main()
134 next_ss = STEADYSTATE_MSEC - (since_ss - STEADYSTATE_MSEC); in helper_thread_main()
139 next_ss = STEADYSTATE_MSEC - since_ss; in helper_thread_main()
143 …xt_ss: %u, next_log: %u, msec_to_next_event: %u\n", (unsigned long long)since_ss, next_ss, next_lo… in helper_thread_main()