Home
last modified time | relevance | path

Searched refs:gettimeofday_ms (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/net/
H A Dmsg_zerocopy.c102 static unsigned long gettimeofday_ms(void) in gettimeofday_ms() function
475 int64_t tstop = gettimeofday_ms() + cfg_waittime_ms; in do_recv_remaining_completions()
478 gettimeofday_ms() < tstop) { in do_recv_remaining_completions()
552 tstop = gettimeofday_ms() + cfg_runtime_ms; in do_tx()
567 } while (gettimeofday_ms() < tstop); in do_tx()
669 tstop = gettimeofday_ms() + cfg_runtime_ms + cfg_receiver_wait_ms; in do_rx()
678 } while (gettimeofday_ms() < tstop); in do_rx()
H A Dio_uring_zerocopy_tx.c65 static unsigned long gettimeofday_ms(void) in gettimeofday_ms() function
118 tstop = gettimeofday_ms() + cfg_runtime_ms; in do_tx()
188 } while (gettimeofday_ms() < tstop); in do_tx()
H A Dudpgso_bench_rx.c84 static unsigned long gettimeofday_ms(void) in gettimeofday_ms() function
368 treport = gettimeofday_ms() + 1000; in do_recv()
377 tnow = gettimeofday_ms(); in do_recv()
H A Dudpgso_bench_tx.c96 static unsigned long gettimeofday_ms(void) in gettimeofday_ms() function
264 tnow = gettimeofday_ms(); in flush_errqueue_retry()
269 tnow = gettimeofday_ms(); in flush_errqueue_retry()
684 tnow = gettimeofday_ms(); in main()
707 tnow = gettimeofday_ms(); in main()
/linux/tools/testing/selftests/net/lib/
H A Dcsum.c137 static unsigned long gettimeofday_ms(void) in gettimeofday_ms() function
911 cfg_random_seed = (unsigned int)gettimeofday_ms(); in parse_args()
955 tstop = gettimeofday_ms() + cfg_timeout_ms; in do_rx()
970 tleft = tstop - gettimeofday_ms(); in do_rx()
/linux/tools/testing/selftests/drivers/net/hw/
H A Dncdevmem.c1161 static uint64_t gettimeofday_ms(void) in gettimeofday_ms() function
1188 int64_t tstop = gettimeofday_ms() + waittime_ms; in wait_compl()
1199 while (gettimeofday_ms() < tstop) { in wait_compl()