Searched refs:reporter_timer (Results 1 – 4 of 4) sorted by relevance
308 test->timer = test->stats_timer = test->reporter_timer = NULL; in create_server_timers()318 test->stats_timer = test->reporter_timer = NULL; in create_server_timers()327 …test->reporter_timer = tmr_create(&now, server_reporter_timer_proc, cd, test->reporter_interval * … in create_server_timers()328 if (test->reporter_timer == NULL) { in create_server_timers()350 if (test->reporter_timer != NULL) in server_omit_timer_proc()351 tmr_reset(nowP, test->reporter_timer); in server_omit_timer_proc()408 if (test->reporter_timer != NULL) { in cleanup_server()409 tmr_cancel(test->reporter_timer); in cleanup_server()410 test->reporter_timer = NULL; in cleanup_server()
184 test->timer = test->stats_timer = test->reporter_timer = NULL; in create_client_timers()201 …test->reporter_timer = tmr_create(&now, client_reporter_timer_proc, cd, test->reporter_interval * … in create_client_timers()202 if (test->reporter_timer == NULL) { in create_client_timers()224 if (test->reporter_timer != NULL) in client_omit_timer_proc()225 tmr_reset(nowP, test->reporter_timer); in client_omit_timer_proc()
349 Timer *reporter_timer; member
2944 if (test->reporter_timer != NULL) in iperf_free_test()2945 tmr_cancel(test->reporter_timer); in iperf_free_test()3030 if (test->reporter_timer != NULL) { in iperf_reset_test()3031 tmr_cancel(test->reporter_timer); in iperf_reset_test()3032 test->reporter_timer = NULL; in iperf_reset_test()