Searched refs:reporter_timer (Results 1 – 4 of 4) sorted by relevance
282 test->timer = test->stats_timer = test->reporter_timer = NULL; in create_server_timers()292 test->stats_timer = test->reporter_timer = NULL; in create_server_timers()301 …test->reporter_timer = tmr_create(&now, server_reporter_timer_proc, cd, test->reporter_interval * … in create_server_timers()302 if (test->reporter_timer == NULL) { in create_server_timers()324 if (test->reporter_timer != NULL) in server_omit_timer_proc()325 tmr_reset(nowP, test->reporter_timer); in server_omit_timer_proc()379 if (test->reporter_timer != NULL) { in cleanup_server()380 tmr_cancel(test->reporter_timer); in cleanup_server()381 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()
325 Timer *reporter_timer; member
2655 if (test->reporter_timer != NULL) in iperf_free_test()2656 tmr_cancel(test->reporter_timer); in iperf_free_test()2741 if (test->reporter_timer != NULL) { in iperf_reset_test()2742 tmr_cancel(test->reporter_timer); in iperf_reset_test()2743 test->reporter_timer = NULL; in iperf_reset_test()