Searched refs:stats_timer (Results 1 – 4 of 4) sorted by relevance
279 test->timer = test->stats_timer = test->reporter_timer = NULL; in create_server_timers()289 test->stats_timer = test->reporter_timer = NULL; in create_server_timers()291 …test->stats_timer = tmr_create(&now, server_stats_timer_proc, cd, test->stats_interval * SEC_TO_US… in create_server_timers()292 if (test->stats_timer == NULL) { in create_server_timers()319 if (test->stats_timer != NULL) in server_omit_timer_proc()320 tmr_reset(nowP, test->stats_timer); in server_omit_timer_proc()363 if (test->stats_timer != NULL) { in cleanup_server()364 tmr_cancel(test->stats_timer); in cleanup_server()365 test->stats_timer = NULL; in cleanup_server()
161 test->timer = test->stats_timer = test->reporter_timer = NULL; in create_client_timers()171 …test->stats_timer = tmr_create(&now, client_stats_timer_proc, cd, test->stats_interval * SEC_TO_US… in create_client_timers()172 if (test->stats_timer == NULL) { in create_client_timers()199 if (test->stats_timer != NULL) in client_omit_timer_proc()200 tmr_reset(nowP, test->stats_timer); in client_omit_timer_proc()
317 Timer *stats_timer; member
2380 if (test->stats_timer != NULL) in iperf_free_test()2381 tmr_cancel(test->stats_timer); in iperf_free_test()2450 if (test->stats_timer != NULL) { in iperf_reset_test()2451 tmr_cancel(test->stats_timer); in iperf_reset_test()2452 test->stats_timer = NULL; in iperf_reset_test()