Home
last modified time | relevance | path

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

/external/fio/
Dhelper_thread.c73 unsigned int msec_to_next_event, next_log, next_ss = STEADYSTATE_MSEC; in helper_thread_main() local
124 next_log = calc_log_samples(); in helper_thread_main()
125 if (!next_log) in helper_thread_main()
126 next_log = DISK_UTIL_MSEC; in helper_thread_main()
142 msec_to_next_event = min(min(next_log, msec_to_next_event), next_ss); in helper_thread_main()
143 …: %u, msec_to_next_event: %u\n", (unsigned long long)since_ss, next_ss, next_log, msec_to_next_eve… in helper_thread_main()
Dstat.c2438 unsigned int next, next_log; in __add_samples() local
2440 next_log = avg_time; in __add_samples()
2475 next_log = min(next_log, next); in __add_samples()
2490 return min(next, next_log); in __add_samples()