Searched refs:nowP (Results 1 – 7 of 7) sorted by relevance
/external/iperf3/src/ |
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 …]
|
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 );
|
D | iperf_client_api.c | 120 test_timer_proc(TimerClientData client_data, struct iperf_time *nowP) in test_timer_proc() argument 129 client_stats_timer_proc(TimerClientData client_data, struct iperf_time *nowP) in client_stats_timer_proc() argument 140 client_reporter_timer_proc(TimerClientData client_data, struct iperf_time *nowP) in client_reporter_timer_proc() argument 188 client_omit_timer_proc(TimerClientData client_data, struct iperf_time *nowP) in client_omit_timer_proc() argument 200 tmr_reset(nowP, test->stats_timer); in client_omit_timer_proc() 202 tmr_reset(nowP, test->reporter_timer); in client_omit_timer_proc()
|
D | iperf_server_api.c | 227 server_timer_proc(TimerClientData client_data, struct iperf_time *nowP) in server_timer_proc() argument 247 server_stats_timer_proc(TimerClientData client_data, struct iperf_time *nowP) in server_stats_timer_proc() argument 258 server_reporter_timer_proc(TimerClientData client_data, struct iperf_time *nowP) in server_reporter_timer_proc() argument 311 server_omit_timer_proc(TimerClientData client_data, struct iperf_time *nowP) in server_omit_timer_proc() argument 323 tmr_reset(nowP, test->stats_timer); in server_omit_timer_proc() 325 tmr_reset(nowP, test->reporter_timer); in server_omit_timer_proc()
|
D | t_timer.c | 45 timer_proc( TimerClientData client_data, struct iperf_time* nowP ) in timer_proc() argument
|
D | iperf_api.h | 274 void iperf_check_throttle(struct iperf_stream *sp, struct iperf_time *nowP);
|
D | iperf_api.c | 1514 iperf_check_throttle(struct iperf_stream *sp, struct iperf_time *nowP) in iperf_check_throttle() argument 1522 iperf_time_diff(&sp->result->start_time_fixed, nowP, &temp_time); in iperf_check_throttle() 1676 send_timer_proc(TimerClientData client_data, struct iperf_time *nowP) in send_timer_proc() argument 1684 iperf_check_throttle(sp, nowP); in send_timer_proc()
|