Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/net/
Dmsg_zerocopy.c468 int64_t tstop = gettimeofday_ms() + cfg_waittime_ms; in do_recv_remaining_completions() local
471 gettimeofday_ms() < tstop) { in do_recv_remaining_completions()
491 uint64_t tstop; in do_tx() local
545 tstop = gettimeofday_ms() + cfg_runtime_ms; in do_tx()
557 } while (gettimeofday_ms() < tstop); in do_tx()
654 uint64_t tstop; in do_rx() local
659 tstop = gettimeofday_ms() + cfg_runtime_ms + cfg_receiver_wait_ms; in do_rx()
668 } while (gettimeofday_ms() < tstop); in do_rx()
Dso_txtime.c116 int64_t tstop, texpect; in do_recv_one() local
128 tstop = (gettime_ns(cfg_clockid) - glob_tstart) / 1000; in do_recv_one()
132 rbuf[0], (long long)tstop, (long long)texpect); in do_recv_one()
137 if (llabs(tstop - texpect) > cfg_variance_us) in do_recv_one()
Dudpgso_bench_tx.c618 unsigned long tnow, treport, tstop; in main() local
665 tstop = tnow + cfg_runtime_ms; in main()
696 } while (!interrupted && (cfg_runtime_ms == -1 || tnow < tstop)); in main()
Dio_uring_zerocopy_tx.c365 uint64_t tstop; in do_tx() local
382 tstop = gettimeofday_ms() + cfg_runtime_ms; in do_tx()
452 } while (gettimeofday_ms() < tstop); in do_tx()
/Linux-v6.1/tools/testing/selftests/bpf/
Dtest_flow_dissector.c513 unsigned long tstop, treport, tcur; in do_main() local
525 tstop = tcur + (cfg_num_secs * 1000); in do_main()
536 if (tcur >= tstop) in do_main()
552 tstop = util_gettime() + 100; in do_main()
555 if (tcur >= tstop) in do_main()
558 do_poll(fdr, POLLIN, tstop - tcur); in do_main()