Lines Matching refs:now
170 struct iperf_time now; in create_client_timers() local
179 if (iperf_time_now(&now) < 0) { in create_client_timers()
187 …test->timer = tmr_create(&now, test_timer_proc, cd, ( test->duration + test->omit ) * SEC_TO_US, 0… in create_client_timers()
194 …test->stats_timer = tmr_create(&now, client_stats_timer_proc, cd, test->stats_interval * SEC_TO_US… in create_client_timers()
201 …test->reporter_timer = tmr_create(&now, client_reporter_timer_proc, cd, test->reporter_interval * … in create_client_timers()
231 struct iperf_time now; in create_client_omit_timer() local
243 if (iperf_time_now(&now) < 0) { in create_client_omit_timer()
249 test->omit_timer = tmr_create(&now, client_omit_timer_proc, cd, test->omit * SEC_TO_US, 0); in create_client_omit_timer()
516 struct iperf_time now; in iperf_run_client() local
569 iperf_time_now(&now); in iperf_run_client()
570 timeout = tmr_timeout(&now); in iperf_run_client()
594 iperf_time_now(&now); in iperf_run_client()
595 if (iperf_time_diff(&now, &last_receive_time, &diff_time) == 0) { in iperf_run_client()
650 iperf_time_now(&now); in iperf_run_client()
651 tmr_run(&now); in iperf_run_client()