Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/net/
Dmsg_zerocopy.c99 static unsigned long gettimeofday_ms(void) in gettimeofday_ms() function
468 int64_t tstop = gettimeofday_ms() + cfg_waittime_ms; in do_recv_remaining_completions()
471 gettimeofday_ms() < tstop) { in do_recv_remaining_completions()
545 tstop = gettimeofday_ms() + cfg_runtime_ms; in do_tx()
557 } while (gettimeofday_ms() < tstop); in do_tx()
659 tstop = gettimeofday_ms() + cfg_runtime_ms + cfg_receiver_wait_ms; in do_rx()
668 } while (gettimeofday_ms() < tstop); in do_rx()
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()
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()
Dio_uring_zerocopy_tx.c329 static unsigned long gettimeofday_ms(void) in gettimeofday_ms() function
382 tstop = gettimeofday_ms() + cfg_runtime_ms; in do_tx()
452 } while (gettimeofday_ms() < tstop); in do_tx()
Dcsum.c137 static unsigned long gettimeofday_ms(void) in gettimeofday_ms() function
889 cfg_random_seed = (unsigned int)gettimeofday_ms(); in parse_args()
933 tstop = gettimeofday_ms() + cfg_timeout_ms; in do_rx()
948 tleft = tstop - gettimeofday_ms(); in do_rx()