Searched refs:gettimeofday_ms (Results 1 – 5 of 5) sorted by relevance
101 static unsigned long gettimeofday_ms(void) in gettimeofday_ms() function472 int64_t tstop = gettimeofday_ms() + cfg_waittime_ms; in do_recv_remaining_completions()475 gettimeofday_ms() < tstop) { in do_recv_remaining_completions()549 tstop = gettimeofday_ms() + cfg_runtime_ms; in do_tx()564 } while (gettimeofday_ms() < tstop); in do_tx()666 tstop = gettimeofday_ms() + cfg_runtime_ms + cfg_receiver_wait_ms; in do_rx()675 } while (gettimeofday_ms() < tstop); in do_rx()
65 static unsigned long gettimeofday_ms(void) in gettimeofday_ms() function118 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() function913 cfg_random_seed = (unsigned int)gettimeofday_ms(); in parse_args()957 tstop = gettimeofday_ms() + cfg_timeout_ms; in do_rx()972 tleft = tstop - gettimeofday_ms(); in do_rx()