Searched refs:gettimeofday_ms (Results 1 – 3 of 3) sorted by relevance
99 static unsigned long gettimeofday_ms(void) in gettimeofday_ms() function469 int64_t tstop = gettimeofday_ms() + cfg_waittime_ms; in do_recv_remaining_completions()472 gettimeofday_ms() < tstop) { in do_recv_remaining_completions()546 tstop = gettimeofday_ms() + cfg_runtime_ms; in do_tx()558 } while (gettimeofday_ms() < tstop); in do_tx()660 tstop = gettimeofday_ms() + cfg_runtime_ms + cfg_receiver_wait_ms; in do_rx()669 } while (gettimeofday_ms() < tstop); in do_rx()
84 static unsigned long gettimeofday_ms(void) in gettimeofday_ms() function362 treport = gettimeofday_ms() + 1000; in do_recv()371 tnow = gettimeofday_ms(); in do_recv()
95 static unsigned long gettimeofday_ms(void) in gettimeofday_ms() function655 tnow = gettimeofday_ms(); in main()678 tnow = gettimeofday_ms(); in main()