Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/
H A Dmsg_zerocopy.c101 static unsigned long gettimeofday_ms(void) in gettimeofday_ms() function
472 int64_t tstop = gettimeofday_ms() + cfg_waittime_ms; in do_recv_remaining_completions()
475 gettimeofday_ms() < tstop) { in do_recv_remaining_completions()
549 tstop = gettimeofday_ms() + cfg_runtime_ms; in do_tx()
564 } while (gettimeofday_ms() < tstop); in do_tx()
666 tstop = gettimeofday_ms() + cfg_runtime_ms + cfg_receiver_wait_ms; in do_rx()
675 } 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
913 cfg_random_seed = (unsigned int)gettimeofday_ms(); in parse_args()
957 tstop = gettimeofday_ms() + cfg_timeout_ms; in do_rx()
972 tleft = tstop - gettimeofday_ms(); in do_rx()