Home
last modified time | relevance | path

Searched refs:tstop (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/tools/testing/selftests/net/
Dmsg_zerocopy.c469 int64_t tstop = gettimeofday_ms() + cfg_waittime_ms; in do_recv_remaining_completions() local
472 gettimeofday_ms() < tstop) { in do_recv_remaining_completions()
492 uint64_t tstop; in do_tx() local
546 tstop = gettimeofday_ms() + cfg_runtime_ms; in do_tx()
558 } while (gettimeofday_ms() < tstop); in do_tx()
654 uint64_t tstop; in do_rx() local
659 tstop = gettimeofday_ms() + cfg_runtime_ms; in do_rx()
668 } while (gettimeofday_ms() < tstop); in do_rx()
Dudpgso_bench_tx.c347 unsigned long tnow, treport, tstop; in main() local
381 tstop = tnow + cfg_runtime_ms; in main()
414 } while (!interrupted && (cfg_runtime_ms == -1 || tnow < tstop)); in main()