Home
last modified time | relevance | path

Searched refs:cfg_runtime_ms (Results 1 – 2 of 2) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/net/
Dudpgso_bench_tx.c50 static int cfg_runtime_ms = -1; variable
277 cfg_runtime_ms = strtoul(optarg, NULL, 10) * 1000; in parse_opts()
381 tstop = tnow + cfg_runtime_ms; in main()
414 } while (!interrupted && (cfg_runtime_ms == -1 || tnow < tstop)); in main()
Dmsg_zerocopy.c85 static int cfg_runtime_ms = 4200; variable
546 tstop = gettimeofday_ms() + cfg_runtime_ms; in do_tx()
659 tstop = gettimeofday_ms() + cfg_runtime_ms; in do_rx()
755 cfg_runtime_ms = 200 + strtoul(optarg, NULL, 10) * 1000; in parse_opts()