Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/
A 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()
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()
A Dudpgso_bench_tx.c95 static unsigned long gettimeofday_ms(void) in gettimeofday_ms() function
662 tnow = gettimeofday_ms(); in main()
685 tnow = gettimeofday_ms(); in main()

Completed in 6 milliseconds