Searched refs:mtime_since (Results 1 – 7 of 7) sorted by relevance
/external/fio/ |
D | fio_time.h | 7 extern uint64_t mtime_since(const struct timeval *, const struct timeval *);
|
D | gettime.c | 415 uint64_t mtime_since(const struct timeval *s, const struct timeval *e) in mtime_since() function 442 return mtime_since(s, &t); in mtime_since_now()
|
D | stat.c | 24 ts->usr_time += mtime_since(&td->ru_start.ru_utime, in update_rusage_stat() 26 ts->sys_time += mtime_since(&td->ru_start.ru_stime, in update_rusage_stat() 1451 rt[i] = mtime_since(&td->start, &tv); in __show_running_run_stats() 1463 td->ts.total_run_time = mtime_since(&td->epoch, &tv); in __show_running_run_stats() 1824 spent = mtime_since(&td->bw_sample_time, t); in add_bw_sample() 1863 spent = mtime_since(&td->iops_sample_time, t); in add_iops_sample()
|
D | eta.c | 440 rate_time = mtime_since(&rate_prev_time, &now); in calc_thread_status() 451 disp_time = mtime_since(&disp_prev_time, &now); in calc_thread_status()
|
D | diskutil.c | 109 dus->s.msec += mtime_since(&du->time, &t); in update_io_tick_disk()
|
D | backend.c | 163 if (mtime_since(&td->start, now) < 2000) in __check_min_rate() 176 spent = mtime_since(&td->lastrate[ddir], now); in __check_min_rate()
|
D | client.c | 1588 if (mtime_since(&reply->tv, now) < FIO_NET_CLIENT_TIMEOUT) in client_check_cmd_timeout() 1673 if (mtime_since(&eta_tv, &tv) >= 900) { in fio_handle_clients()
|