/Linux-v6.1/tools/testing/selftests/dma/ |
D | dma_map_benchmark.c | 41 threads = atoi(optarg); in main() 44 seconds = atoi(optarg); in main() 47 node = atoi(optarg); in main() 50 bits = atoi(optarg); in main() 53 dir = atoi(optarg); in main() 56 xdelay = atoi(optarg); in main() 59 granule = atoi(optarg); in main()
|
/Linux-v6.1/tools/testing/selftests/ptp/ |
D | testptp.c | 200 extts = atoi(optarg); in main() 203 adjfreq = atoi(optarg); in main() 212 index = atoi(optarg); in main() 216 n_samples = atoi(optarg); in main() 229 adjns = atoi(optarg); in main() 235 pps = atoi(optarg); in main() 244 adjtime = atoi(optarg); in main() 248 seconds = atoi(optarg); in main() 251 pulsewidth = atoi(optarg); in main()
|
/Linux-v6.1/drivers/accessibility/speakup/ |
D | makemapdata.c | 72 value = atoi(def_val); in main() 81 value = atoi(def_val); in main() 102 value = this->value+atoi(cp); in main() 106 value = atoi(def_val); in main()
|
/Linux-v6.1/tools/testing/selftests/net/ |
D | stress_reuseport_listen.c | 76 if (argc != 3 || atoi(argv[1]) <= 0 || atoi(argv[2]) <= 0) in main() 80 nr_vips = atoi(argv[1]); in main() 81 nr_socks_per_vip = atoi(argv[2]); in main()
|
D | cmsg_sender.c | 121 opt.size = atoi(optarg); in cs_parse_args() 144 opt.mark.val = atoi(optarg); in cs_parse_args() 147 opt.sockopt.mark = atoi(optarg); in cs_parse_args() 151 opt.txtime.delay = atoi(optarg); in cs_parse_args() 158 opt.v6.dontfrag.val = atoi(optarg); in cs_parse_args() 161 opt.sockopt.dontfrag = atoi(optarg); in cs_parse_args() 165 opt.v6.tclass.val = atoi(optarg); in cs_parse_args() 168 opt.sockopt.tclass = atoi(optarg); in cs_parse_args() 172 opt.v6.hlimit.val = atoi(optarg); in cs_parse_args() 175 opt.sockopt.hlimit = atoi(optarg); in cs_parse_args()
|
D | tcp_mmap.c | 393 cfg_port = atoi(optarg); in main() 402 rcvbuf = atoi(optarg); in main() 405 sndbuf = atoi(optarg); in main() 411 mss = atoi(optarg); in main() 420 max_pacing_rate = atoi(optarg) ; in main()
|
/Linux-v6.1/tools/testing/selftests/vm/ |
D | gup_test.c | 130 nthreads = atoi(optarg); in main() 133 size = atoi(optarg) * MB; in main() 136 repeats = atoi(optarg); in main() 139 nr_pages = atoi(optarg); in main()
|
D | compaction_test.c | 130 compaction_index = mem_free/(atoi(nr_hugepages) * hugepage_size); in check_compaction() 134 (atoi(nr_hugepages))); in check_compaction() 141 (atoi(nr_hugepages))); in check_compaction()
|
D | write_to_hugetlbfs.c | 87 size = atoi(optarg); in main() 93 if (atoi(optarg) >= MAX_METHOD) { in main() 98 method = atoi(optarg); in main()
|
/Linux-v6.1/samples/timers/ |
D | hpet_example.c | 146 freq = atoi(argv[1]); in hpet_poll() 147 iterations = atoi(argv[2]); in hpet_poll() 258 freq = atoi(argv[1]); in hpet_fasync() 259 iterations = atoi(argv[2]); in hpet_fasync()
|
/Linux-v6.1/tools/pci/ |
D | pcitest.c | 183 test->barnum = atoi(optarg); in main() 191 test->msinum = atoi(optarg); in main() 196 test->msixnum = atoi(optarg); in main() 201 test->irqtype = atoi(optarg); in main()
|
/Linux-v6.1/tools/testing/selftests/bpf/map_tests/ |
D | task_storage_map.c | 64 nr = atoi(cfg); in test_task_storage_map_stress_lookup() 70 loop = atoi(cfg); in test_task_storage_map_stress_lookup() 73 cpu = atoi(cfg); in test_task_storage_map_stress_lookup()
|
/Linux-v6.1/tools/testing/selftests/net/mptcp/ |
D | pm_nl_ctl.c | 417 port = atoi(params[arg + 1]); in dsf() 428 token = atoi(params[4]); in dsf() 532 port = atoi(params[arg + 1]); in csf() 542 id = atoi(params[arg + 1]); in csf() 554 token = atoi(params[4]); in csf() 591 id = atoi(argv[arg]); in remove_addr() 601 token = atoi(argv[arg]); in remove_addr() 673 id = atoi(argv[arg]); in announce_addr() 702 port = atoi(argv[arg]); in announce_addr() 713 token = atoi(argv[arg]); in announce_addr() [all …]
|
/Linux-v6.1/tools/perf/util/ |
D | term.c | 13 ws->ws_row = atoi(s); in get_term_dimensions() 16 ws->ws_col = atoi(s); in get_term_dimensions()
|
/Linux-v6.1/samples/bpf/ |
D | xdp_adjust_tail_user.c | 107 ifindex = atoi(optarg); in main() 110 kill_after_s = atoi(optarg); in main() 113 max_pckt_size = atoi(optarg); in main()
|
D | xdp_tx_iptunnel_user.c | 183 ifindex = atoi(optarg); in main() 195 vip.protocol = atoi(optarg); in main() 224 kill_after_s = atoi(optarg); in main()
|
/Linux-v6.1/tools/spi/ |
D | spidev_test.c | 239 speed = atoi(optarg); in parse_opts() 242 delay = atoi(optarg); in parse_opts() 245 bits = atoi(optarg); in parse_opts() 293 transfer_size = atoi(optarg); in parse_opts() 296 iterations = atoi(optarg); in parse_opts()
|
D | spidev_fdx.c | 117 msglen = atoi(optarg); in main() 122 readcount = atoi(optarg); in main()
|
/Linux-v6.1/tools/perf/tests/shell/coresight/thread_loop/ |
D | thread_loop.c | 68 thr = atoi(argv[1]); in main() 73 len = atoi(argv[2]); in main()
|
/Linux-v6.1/tools/power/acpi/tools/pfrut/ |
D | pfrut.c | 128 log_type = atoi(optarg); in parse_options() 132 log_level = atoi(optarg); in parse_options() 139 revid = atoi(optarg); in parse_options() 143 log_revid = atoi(optarg); in parse_options()
|
/Linux-v6.1/tools/testing/selftests/gpio/ |
D | gpio-mockup-cdev.c | 148 val = atoi(optarg); in main() 155 abiv = atoi(optarg); in main() 166 offset = atoi(argv[optind + 1]); in main()
|
/Linux-v6.1/tools/testing/selftests/netfilter/ |
D | connect_close.c | 113 opts.timeout = atoi(optarg); in parse_opts() 116 opts.port = atoi(optarg); in parse_opts()
|
D | nf-queue.c | 342 opts.queue_num = atoi(optarg); in parse_opts() 347 opts.verdict = atoi(optarg); in parse_opts() 357 opts.delay_ms = atoi(optarg); in parse_opts() 364 opts.timeout = atoi(optarg); in parse_opts()
|
/Linux-v6.1/tools/testing/selftests/kvm/ |
D | memslot_modification_stress_test.c | 169 nr_vcpus = atoi(optarg); in main() 178 p.nr_memslot_modifications = atoi(optarg); in main()
|
/Linux-v6.1/tools/testing/selftests/kvm/aarch64/ |
D | arch_timer.c | 417 test_args.nr_vcpus = atoi(optarg); in parse_args() 428 test_args.nr_iter = atoi(optarg); in parse_args() 435 test_args.timer_period_ms = atoi(optarg); in parse_args() 442 test_args.migration_freq_ms = atoi(optarg); in parse_args()
|