Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/
H A Dio_uring_zerocopy_tx.c58 static int cfg_runtime_ms = 4200; variable
118 tstop = gettimeofday_ms() + cfg_runtime_ms; in do_tx()
205 packets / (cfg_runtime_ms / 1000), in do_tx()
206 (bytes >> 20) / (cfg_runtime_ms / 1000)); in do_tx()
266 cfg_runtime_ms = 200 + strtoul(optarg, NULL, 10) * 1000; in parse_opts()
H A Dudpgso_bench_tx.c63 static int cfg_runtime_ms = -1; variable
470 cfg_runtime_ms = strtoul(optarg, NULL, 10) * 1000; in parse_opts()
687 tstop = tnow + cfg_runtime_ms; in main()
718 } while (!interrupted && (cfg_runtime_ms == -1 || tnow < tstop)); in main()
H A Dmsg_zerocopy.c85 static int cfg_runtime_ms = 4200; variable
549 tstop = gettimeofday_ms() + cfg_runtime_ms; in do_tx()
666 tstop = gettimeofday_ms() + cfg_runtime_ms + cfg_receiver_wait_ms; in do_rx()
765 cfg_runtime_ms = 200 + strtoul(optarg, NULL, 10) * 1000; in parse_opts()