Searched refs:gettimeofday_ms (Results 1 – 6 of 6) sorted by relevance
102 static unsigned long gettimeofday_ms(void) in gettimeofday_ms() function475 int64_t tstop = gettimeofday_ms() + cfg_waittime_ms; in do_recv_remaining_completions()478 gettimeofday_ms() < tstop) { in do_recv_remaining_completions()552 tstop = gettimeofday_ms() + cfg_runtime_ms; in do_tx()567 } while (gettimeofday_ms() < tstop); in do_tx()669 tstop = gettimeofday_ms() + cfg_runtime_ms + cfg_receiver_wait_ms; in do_rx()678 } while (gettimeofday_ms() < tstop); in do_rx()
65 static unsigned long gettimeofday_ms(void) in gettimeofday_ms() function 118 tstop = gettimeofday_ms() + cfg_runtime_ms; in do_tx() 188 } while (gettimeofday_ms() < tstop); in do_tx()
84 static unsigned long gettimeofday_ms(void) in gettimeofday_ms() function368 treport = gettimeofday_ms() + 1000; in do_recv()377 tnow = gettimeofday_ms(); in do_recv()
96 static unsigned long gettimeofday_ms(void) in gettimeofday_ms() function264 tnow = gettimeofday_ms(); in flush_errqueue_retry()269 tnow = gettimeofday_ms(); in flush_errqueue_retry()684 tnow = gettimeofday_ms(); in main()707 tnow = gettimeofday_ms(); in main()
137 static unsigned long gettimeofday_ms(void) in gettimeofday_ms() function 911 cfg_random_seed = (unsigned int)gettimeofday_ms(); in parse_args() 955 tstop = gettimeofday_ms() + cfg_timeout_ms; in do_rx() 970 tleft = tstop - gettimeofday_ms(); in do_rx()
1161 static uint64_t gettimeofday_ms(void) in gettimeofday_ms() function1188 int64_t tstop = gettimeofday_ms() + waittime_ms; in wait_compl()1199 while (gettimeofday_ms() < tstop) { in wait_compl()