Searched refs:cfg_runtime_ms (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | io_uring_zerocopy_tx.c | 56 static int cfg_runtime_ms = 4200; variable 382 tstop = gettimeofday_ms() + cfg_runtime_ms; in do_tx() 469 packets / (cfg_runtime_ms / 1000), in do_tx() 470 (bytes >> 20) / (cfg_runtime_ms / 1000)); in do_tx() 530 cfg_runtime_ms = 200 + strtoul(optarg, NULL, 10) * 1000; in parse_opts()
|
H A D | msg_zerocopy.c | 85 static int cfg_runtime_ms = 4200; variable 545 tstop = gettimeofday_ms() + cfg_runtime_ms; in do_tx() 659 tstop = gettimeofday_ms() + cfg_runtime_ms + cfg_receiver_wait_ms; in do_rx() 755 cfg_runtime_ms = 200 + strtoul(optarg, NULL, 10) * 1000; in parse_opts()
|
H A D | udpgso_bench_tx.c | 63 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()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | msg_zerocopy.c | 85 static int cfg_runtime_ms = 4200; variable 545 tstop = gettimeofday_ms() + cfg_runtime_ms; in do_tx() 659 tstop = gettimeofday_ms() + cfg_runtime_ms + cfg_receiver_wait_ms; in do_rx() 755 cfg_runtime_ms = 200 + strtoul(optarg, NULL, 10) * 1000; in parse_opts()
|
H A D | udpgso_bench_tx.c | 63 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()
|
Completed in 6 milliseconds