Searched refs:time_since_now (Results 1 – 7 of 7) sorted by relevance
11 extern uint64_t time_since_now(const struct timeval *);
82 return time_since_now(&genesis); in time_since_genesis()
449 uint64_t time_since_now(const struct timeval *s) in time_since_now() function
1948 time_since_now(&td->terminate_time) >= FIO_REAP_TIMEOUT) { in reap_threads()1953 (unsigned long) time_since_now(&td->terminate_time)); in reap_threads()
278 static double time_since_now(struct timeval *start_tv) in time_since_now() function411 runtime = time_since_now(&oper->start_time); in print_time()1065 double runtime = time_since_now(&global_stage_start_time);1172 double seconds = time_since_now(&stage_time);
276 static double time_since_now(struct timeval *start_tv) in time_since_now() function418 runtime = time_since_now(&oper->start_time); in print_time()1082 double runtime = time_since_now(&global_stage_start_time);1189 double seconds = time_since_now(&stage_time);
323 if (time_since_now(&apd->sample_tv) < SAMPLE_SEC) in act_io_u_lat()