gettimeofday_ms   469 tools/testing/selftests/net/msg_zerocopy.c 	int64_t tstop = gettimeofday_ms() + cfg_waittime_ms;
gettimeofday_ms   472 tools/testing/selftests/net/msg_zerocopy.c 	       gettimeofday_ms() < tstop) {
gettimeofday_ms   546 tools/testing/selftests/net/msg_zerocopy.c 	tstop = gettimeofday_ms() + cfg_runtime_ms;
gettimeofday_ms   558 tools/testing/selftests/net/msg_zerocopy.c 	} while (gettimeofday_ms() < tstop);
gettimeofday_ms   660 tools/testing/selftests/net/msg_zerocopy.c 	tstop = gettimeofday_ms() + cfg_runtime_ms + cfg_receiver_wait_ms;
gettimeofday_ms   669 tools/testing/selftests/net/msg_zerocopy.c 	} while (gettimeofday_ms() < tstop);
gettimeofday_ms   362 tools/testing/selftests/net/udpgso_bench_rx.c 	treport = gettimeofday_ms() + 1000;
gettimeofday_ms   371 tools/testing/selftests/net/udpgso_bench_rx.c 		tnow = gettimeofday_ms();
gettimeofday_ms   656 tools/testing/selftests/net/udpgso_bench_tx.c 	tnow = gettimeofday_ms();
gettimeofday_ms   679 tools/testing/selftests/net/udpgso_bench_tx.c 		tnow = gettimeofday_ms();