Home
last modified time | relevance | path

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

/external/fio/
Dfio_time.h10 extern uint64_t mtime_since_now(const struct timeval *);
Deta.c161 elapsed = (mtime_since_now(&td->epoch) + 999) / 1000; in thread_eta()
263 ramp_left = mtime_since_now(&td->epoch); in thread_eta()
616 } else if (eta_new_line && mtime_since_now(&disp_eta_new_line) > eta_new_line) { in display_thread_status()
Dtime.c87 return mtime_since_now(&genesis); in mtime_since_genesis()
Dgettime.c435 uint64_t mtime_since_now(const struct timeval *s) in mtime_since_now() function
451 return mtime_since_now(s) / 1000; in time_since_now()
Dbackend.c1796 td->ts.total_run_time = mtime_since_now(&td->epoch); in thread_main()
1973 done_secs += mtime_since_now(&td->epoch) / 1000; in reap_threads()
2308 if (mtime_since_now(&this_start) > JOB_START_TIMEOUT) in run_threads()
Dstat.c1943 } else if (mtime_since_now(&status_time) >= status_interval) { in check_for_running_stats()
2237 elapsed = mtime_since_now(&td->epoch); in add_log_sample()
2277 elapsed = mtime_since_now(&td->epoch); in finalize_logs()
2333 elapsed = mtime_since_now(&td->epoch); in add_clat_sample()
/external/fio/engines/
Dlibaio.c287 } else if (mtime_since_now(&tv) > 30000) { in fio_libaio_commit()
/external/fio/os/windows/
Dposix.c28 extern unsigned long mtime_since_now(struct timeval *);
869 ms_remaining = ms_total - mtime_since_now(&tv); in nanosleep()
/external/fio/t/
Ddedupe.c363 tdiff = mtime_since_now(&last_tv); in show_progress()