Searched refs:gettimeofday_ms (Results 1 – 3 of 3) sorted by relevance
47 static unsigned long gettimeofday_ms(void) in gettimeofday_ms() function230 treport = gettimeofday_ms() + 1000; in do_recv()239 tnow = gettimeofday_ms(); in do_recv()
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()659 tstop = gettimeofday_ms() + cfg_runtime_ms; in do_rx()668 } while (gettimeofday_ms() < tstop); in do_rx()
68 static unsigned long gettimeofday_ms(void) in gettimeofday_ms() function380 tnow = gettimeofday_ms(); in main()399 tnow = gettimeofday_ms(); in main()