Symbol: gettimeofday_ms
tools/testing/selftests/drivers/net/hw/iou-zcrx.c
371
tstop = gettimeofday_ms() + 5000;
tools/testing/selftests/drivers/net/hw/iou-zcrx.c
372
while (!stop && gettimeofday_ms() < tstop)
tools/testing/selftests/drivers/net/hw/ncdevmem.c
1188
int64_t tstop = gettimeofday_ms() + waittime_ms;
tools/testing/selftests/drivers/net/hw/ncdevmem.c
1199
while (gettimeofday_ms() < tstop) {
tools/testing/selftests/net/io_uring_zerocopy_tx.c
118
tstop = gettimeofday_ms() + cfg_runtime_ms;
tools/testing/selftests/net/io_uring_zerocopy_tx.c
188
} while (gettimeofday_ms() < tstop);
tools/testing/selftests/net/lib/csum.c
911
cfg_random_seed = (unsigned int)gettimeofday_ms();
tools/testing/selftests/net/lib/csum.c
955
tstop = gettimeofday_ms() + cfg_timeout_ms;
tools/testing/selftests/net/lib/csum.c
970
tleft = tstop - gettimeofday_ms();
tools/testing/selftests/net/msg_zerocopy.c
475
int64_t tstop = gettimeofday_ms() + cfg_waittime_ms;
tools/testing/selftests/net/msg_zerocopy.c
478
gettimeofday_ms() < tstop) {
tools/testing/selftests/net/msg_zerocopy.c
552
tstop = gettimeofday_ms() + cfg_runtime_ms;
tools/testing/selftests/net/msg_zerocopy.c
567
} while (gettimeofday_ms() < tstop);
tools/testing/selftests/net/msg_zerocopy.c
669
tstop = gettimeofday_ms() + cfg_runtime_ms + cfg_receiver_wait_ms;
tools/testing/selftests/net/msg_zerocopy.c
678
} while (gettimeofday_ms() < tstop);
tools/testing/selftests/net/udpgso_bench_rx.c
368
treport = gettimeofday_ms() + 1000;
tools/testing/selftests/net/udpgso_bench_rx.c
377
tnow = gettimeofday_ms();
tools/testing/selftests/net/udpgso_bench_tx.c
264
tnow = gettimeofday_ms();
tools/testing/selftests/net/udpgso_bench_tx.c
269
tnow = gettimeofday_ms();
tools/testing/selftests/net/udpgso_bench_tx.c
684
tnow = gettimeofday_ms();
tools/testing/selftests/net/udpgso_bench_tx.c
707
tnow = gettimeofday_ms();