Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/
H A Dtftp-hpa-0.49-stats.patch14 - delta = (tstop.tv_sec + (tstop.tv_usec / 100000.0)) -
16 + delta = (tstop.tv_sec + (tstop.tv_usec / 1000000.0)) -
/openbmc/linux/tools/testing/selftests/net/
H A Dudpgso_bench_tx.c261 unsigned long tnow, tstop; in flush_errqueue_retry() local
265 tstop = tnow + cfg_poll_loop_timeout_ms; in flush_errqueue_retry()
267 flush_errqueue(fd, true, tstop - tnow, first_try); in flush_errqueue_retry()
270 } while ((stat_zcopies != num_sends) && (tnow < tstop)); in flush_errqueue_retry()
640 unsigned long tnow, treport, tstop; in main() local
687 tstop = tnow + cfg_runtime_ms; in main()
718 } while (!interrupted && (cfg_runtime_ms == -1 || tnow < tstop)); in main()
H A Dmsg_zerocopy.c472 int64_t tstop = gettimeofday_ms() + cfg_waittime_ms; in do_recv_remaining_completions() local
475 gettimeofday_ms() < tstop) { in do_recv_remaining_completions()
495 uint64_t tstop; in do_tx() local
549 tstop = gettimeofday_ms() + cfg_runtime_ms; in do_tx()
564 } while (gettimeofday_ms() < tstop); in do_tx()
661 uint64_t tstop; in do_rx() local
666 tstop = gettimeofday_ms() + cfg_runtime_ms + cfg_receiver_wait_ms; in do_rx()
675 } while (gettimeofday_ms() < tstop); in do_rx()
H A 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()
H A 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()
H A Dcsum.c942 long tleft, tstop; in do_rx() local
945 tstop = gettimeofday_ms() + cfg_timeout_ms; in do_rx()
960 tleft = tstop - gettimeofday_ms(); in do_rx()
/openbmc/linux/tools/testing/selftests/bpf/
H A 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()