Searched refs:reporter_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()298 …test->reporter_timer = tmr_create(&now, server_reporter_timer_proc, cd, test->reporter_interval * … in create_server_timers()299 if (test->reporter_timer == NULL) { in create_server_timers()321 if (test->reporter_timer != NULL) in server_omit_timer_proc()322 tmr_reset(nowP, test->reporter_timer); in server_omit_timer_proc()367 if (test->reporter_timer != NULL) { in cleanup_server()368 tmr_cancel(test->reporter_timer); in cleanup_server()369 test->reporter_timer = NULL; in cleanup_server()
161 test->timer = test->stats_timer = test->reporter_timer = NULL; in create_client_timers()178 …test->reporter_timer = tmr_create(&now, client_reporter_timer_proc, cd, test->reporter_interval * … in create_client_timers()179 if (test->reporter_timer == NULL) { in create_client_timers()201 if (test->reporter_timer != NULL) in client_omit_timer_proc()202 tmr_reset(nowP, test->reporter_timer); in client_omit_timer_proc()
318 Timer *reporter_timer; member
2382 if (test->reporter_timer != NULL) in iperf_free_test()2383 tmr_cancel(test->reporter_timer); in iperf_free_test()2454 if (test->reporter_timer != NULL) { in iperf_reset_test()2455 tmr_cancel(test->reporter_timer); in iperf_reset_test()2456 test->reporter_timer = NULL; in iperf_reset_test()