Searched refs:nowP (Results 1 – 7 of 7) sorted by relevance
| /iperf/src/ |
| H A D | timer.c | 51 getnow( struct iperf_time* nowP, struct iperf_time* nowP2 ) in getnow() argument 53 if ( nowP != NULL ) in getnow() 54 *nowP2 = *nowP; in getnow() 123 struct iperf_time* nowP, TimerProc* timer_proc, TimerClientData client_data, in tmr_create() argument 129 getnow( nowP, &now ); in tmr_create() 154 tmr_timeout( struct iperf_time* nowP ) in tmr_timeout() argument 161 getnow( nowP, &now ); in tmr_timeout() 177 tmr_run( struct iperf_time* nowP ) in tmr_run() argument 183 getnow( nowP, &now ); in tmr_run() 203 tmr_reset( struct iperf_time* nowP, Timer* t ) in tmr_reset() argument [all …]
|
| H A D | timer.h | 55 typedef void TimerProc( TimerClientData client_data, struct iperf_time* nowP ); 72 struct iperf_time* nowP, TimerProc* timer_proc, TimerClientData client_data, 79 extern struct timeval* tmr_timeout( struct iperf_time* nowP ) /* __attribute__((hot)) */; 84 extern void tmr_run( struct iperf_time* nowP ) /* __attribute__((hot)) */; 87 extern void tmr_reset( struct iperf_time* nowP, Timer* timer );
|
| H A D | iperf_client_api.c | 137 test_timer_proc(TimerClientData client_data, struct iperf_time *nowP) in test_timer_proc() argument 146 client_stats_timer_proc(TimerClientData client_data, struct iperf_time *nowP) in client_stats_timer_proc() argument 157 client_reporter_timer_proc(TimerClientData client_data, struct iperf_time *nowP) in client_reporter_timer_proc() argument 211 client_omit_timer_proc(TimerClientData client_data, struct iperf_time *nowP) in client_omit_timer_proc() argument 223 tmr_reset(nowP, test->stats_timer); in client_omit_timer_proc() 225 tmr_reset(nowP, test->reporter_timer); in client_omit_timer_proc()
|
| H A D | iperf_server_api.c | 253 server_timer_proc(TimerClientData client_data, struct iperf_time *nowP) in server_timer_proc() argument 273 server_stats_timer_proc(TimerClientData client_data, struct iperf_time *nowP) in server_stats_timer_proc() argument 284 server_reporter_timer_proc(TimerClientData client_data, struct iperf_time *nowP) in server_reporter_timer_proc() argument 337 server_omit_timer_proc(TimerClientData client_data, struct iperf_time *nowP) in server_omit_timer_proc() argument 349 tmr_reset(nowP, test->stats_timer); in server_omit_timer_proc() 351 tmr_reset(nowP, test->reporter_timer); in server_omit_timer_proc()
|
| H A D | t_timer.c | 45 timer_proc( TimerClientData client_data, struct iperf_time* nowP ) in timer_proc() argument
|
| H A D | iperf_api.h | 297 void iperf_check_throttle(struct iperf_stream *sp, struct iperf_time *nowP);
|
| H A D | iperf_api.c | 1773 iperf_check_throttle(struct iperf_stream *sp, struct iperf_time *nowP) in iperf_check_throttle() argument 1781 iperf_time_diff(&sp->result->start_time_fixed, nowP, &temp_time); in iperf_check_throttle() 1942 send_timer_proc(TimerClientData client_data, struct iperf_time *nowP) in send_timer_proc() argument 1950 iperf_check_throttle(sp, nowP); in send_timer_proc()
|