cfg_runtime_ms 85 tools/testing/selftests/net/msg_zerocopy.c static int cfg_runtime_ms = 4200; cfg_runtime_ms 546 tools/testing/selftests/net/msg_zerocopy.c tstop = gettimeofday_ms() + cfg_runtime_ms; cfg_runtime_ms 660 tools/testing/selftests/net/msg_zerocopy.c tstop = gettimeofday_ms() + cfg_runtime_ms + cfg_receiver_wait_ms; cfg_runtime_ms 756 tools/testing/selftests/net/msg_zerocopy.c cfg_runtime_ms = 200 + strtoul(optarg, NULL, 10) * 1000; cfg_runtime_ms 63 tools/testing/selftests/net/udpgso_bench_tx.c static int cfg_runtime_ms = -1; cfg_runtime_ms 452 tools/testing/selftests/net/udpgso_bench_tx.c cfg_runtime_ms = strtoul(optarg, NULL, 10) * 1000; cfg_runtime_ms 659 tools/testing/selftests/net/udpgso_bench_tx.c tstop = tnow + cfg_runtime_ms; cfg_runtime_ms 690 tools/testing/selftests/net/udpgso_bench_tx.c } while (!interrupted && (cfg_runtime_ms == -1 || tnow < tstop));