Searched refs:treport (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/testing/selftests/net/
H A Dudpgso_bench_rx.c357 unsigned long tnow, treport; local
368 treport = gettimeofday_ms() + 1000;
378 if (!cfg_expected_pkt_nr && tnow > treport) {
385 treport = tnow + 1000;
H A Dudpgso_bench_tx.c640 unsigned long tnow, treport, tstop; local
688 treport = tnow + 1000;
708 if (tnow >= treport) {
711 treport = tnow + 1000;
/linux-master/tools/testing/selftests/bpf/
H A Dtest_flow_dissector.c513 unsigned long tstop, treport, tcur; local
524 treport = tcur + 1000;
538 if (tcur >= treport) {
542 treport = tcur + 1000;

Completed in 153 milliseconds