Searched refs:tstop (Results 1 – 2 of 2) sorted by relevance
469 int64_t tstop = gettimeofday_ms() + cfg_waittime_ms; in do_recv_remaining_completions() local472 gettimeofday_ms() < tstop) { in do_recv_remaining_completions()492 uint64_t tstop; in do_tx() local546 tstop = gettimeofday_ms() + cfg_runtime_ms; in do_tx()558 } while (gettimeofday_ms() < tstop); in do_tx()654 uint64_t tstop; in do_rx() local659 tstop = gettimeofday_ms() + cfg_runtime_ms; in do_rx()668 } while (gettimeofday_ms() < tstop); in do_rx()
347 unsigned long tnow, treport, tstop; in main() local381 tstop = tnow + cfg_runtime_ms; in main()414 } while (!interrupted && (cfg_runtime_ms == -1 || tnow < tstop)); in main()