tstop             513 tools/testing/selftests/bpf/test_flow_dissector.c 	unsigned long tstop, treport, tcur;
tstop             525 tools/testing/selftests/bpf/test_flow_dissector.c 	tstop = tcur + (cfg_num_secs * 1000);
tstop             536 tools/testing/selftests/bpf/test_flow_dissector.c 			if (tcur >= tstop)
tstop             552 tools/testing/selftests/bpf/test_flow_dissector.c 		tstop = util_gettime() + 100;
tstop             555 tools/testing/selftests/bpf/test_flow_dissector.c 			if (tcur >= tstop)
tstop             558 tools/testing/selftests/bpf/test_flow_dissector.c 			do_poll(fdr, POLLIN, tstop - tcur);
tstop             469 tools/testing/selftests/net/msg_zerocopy.c 	int64_t tstop = gettimeofday_ms() + cfg_waittime_ms;
tstop             472 tools/testing/selftests/net/msg_zerocopy.c 	       gettimeofday_ms() < tstop) {
tstop             492 tools/testing/selftests/net/msg_zerocopy.c 	uint64_t tstop;
tstop             546 tools/testing/selftests/net/msg_zerocopy.c 	tstop = gettimeofday_ms() + cfg_runtime_ms;
tstop             558 tools/testing/selftests/net/msg_zerocopy.c 	} while (gettimeofday_ms() < tstop);
tstop             655 tools/testing/selftests/net/msg_zerocopy.c 	uint64_t tstop;
tstop             660 tools/testing/selftests/net/msg_zerocopy.c 	tstop = gettimeofday_ms() + cfg_runtime_ms + cfg_receiver_wait_ms;
tstop             669 tools/testing/selftests/net/msg_zerocopy.c 	} while (gettimeofday_ms() < tstop);
tstop             102 tools/testing/selftests/net/so_txtime.c 	int64_t tstop, texpect;
tstop             114 tools/testing/selftests/net/so_txtime.c 	tstop = (gettime_ns() - glob_tstart) / 1000;
tstop             118 tools/testing/selftests/net/so_txtime.c 			rbuf[0], (long long)tstop, (long long)texpect);
tstop             123 tools/testing/selftests/net/so_txtime.c 	if (labs(tstop - texpect) > cfg_variance_us)
tstop             612 tools/testing/selftests/net/udpgso_bench_tx.c 	unsigned long tnow, treport, tstop;
tstop             659 tools/testing/selftests/net/udpgso_bench_tx.c 	tstop = tnow + cfg_runtime_ms;
tstop             690 tools/testing/selftests/net/udpgso_bench_tx.c 	} while (!interrupted && (cfg_runtime_ms == -1 || tnow < tstop));