Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/net/
Dudpgso_bench_rx.c47 static unsigned long gettimeofday_ms(void) in gettimeofday_ms() function
230 treport = gettimeofday_ms() + 1000; in do_recv()
239 tnow = gettimeofday_ms(); in do_recv()
Dmsg_zerocopy.c99 static unsigned long gettimeofday_ms(void) in gettimeofday_ms() function
469 int64_t tstop = gettimeofday_ms() + cfg_waittime_ms; in do_recv_remaining_completions()
472 gettimeofday_ms() < tstop) { in do_recv_remaining_completions()
546 tstop = gettimeofday_ms() + cfg_runtime_ms; in do_tx()
558 } while (gettimeofday_ms() < tstop); in do_tx()
659 tstop = gettimeofday_ms() + cfg_runtime_ms; in do_rx()
668 } while (gettimeofday_ms() < tstop); in do_rx()
Dudpgso_bench_tx.c68 static unsigned long gettimeofday_ms(void) in gettimeofday_ms() function
380 tnow = gettimeofday_ms(); in main()
399 tnow = gettimeofday_ms(); in main()