Searched refs:atoi (Results 1 - 25 of 139) sorted by relevance

123456

/linux-master/tools/testing/selftests/damon/
H A Daccess_memory.c26 nr_regions = atoi(argv[1]);
27 sz_region = atoi(argv[2]);
28 access_time_ms = atoi(argv[3]);
/linux-master/tools/testing/selftests/dma/
H A Ddma_map_benchmark.c41 threads = atoi(optarg);
44 seconds = atoi(optarg);
47 node = atoi(optarg);
50 bits = atoi(optarg);
53 dir = atoi(optarg);
56 xdelay = atoi(optarg);
59 granule = atoi(optarg);
/linux-master/tools/perf/tests/workloads/
H A Dbrstack.c30 num_loops = atoi(argv[0]);
H A Dleafloop.c28 c = atoi(argv[0]);
H A Dnoploop.c20 sec = atoi(argv[0]);
H A Dsqrtloop.c32 sec = atoi(argv[0]);
H A Dthloop.c38 sec = atoi(argv[0]);
/linux-master/tools/perf/util/
H A Dterm.c13 ws->ws_row = atoi(s);
16 ws->ws_col = atoi(s);
H A Dparse-sublevel-options.c38 v = atoi(vstr);
/linux-master/tools/testing/selftests/powerpc/tm/
H A Dtm-tar.c85 num_loops = atoi(argv[1]);
/linux-master/tools/testing/selftests/net/
H A Dstress_reuseport_listen.c76 if (argc != 3 || atoi(argv[1]) <= 0 || atoi(argv[2]) <= 0)
80 nr_vips = atoi(argv[1]);
81 nr_socks_per_vip = atoi(argv[2]);
H A Dcmsg_sender.c124 opt.size = atoi(optarg);
145 opt.sockopt.priority = atoi(optarg);
149 opt.mark.val = atoi(optarg);
152 opt.sockopt.mark = atoi(optarg);
155 opt.num_pkt = atoi(optarg);
159 opt.txtime.delay = atoi(optarg);
166 opt.v6.dontfrag.val = atoi(optarg);
169 opt.sockopt.dontfrag = atoi(optarg);
173 opt.v6.tclass.val = atoi(optarg);
176 opt.sockopt.tclass = atoi(optar
[all...]
/linux-master/drivers/accessibility/speakup/
H A Dmakemapdata.c75 value = atoi(def_val);
84 value = atoi(def_val);
105 value = this->value+atoi(cp);
109 value = atoi(def_val);
/linux-master/tools/perf/tests/shell/coresight/thread_loop/
H A Dthread_loop.c67 thr = atoi(argv[1]);
72 len = atoi(argv[2]);
/linux-master/tools/testing/selftests/bpf/map_tests/
H A Dtask_storage_map.c64 nr = atoi(cfg);
70 loop = atoi(cfg);
73 cpu = atoi(cfg);
/linux-master/tools/testing/selftests/ptp/
H A Dtestptp.c210 extts = atoi(optarg);
213 adjfreq = atoi(optarg);
216 channel = atoi(optarg);
225 index = atoi(optarg);
229 n_samples = atoi(optarg);
242 adjns = atoi(optarg);
245 adjphase = atoi(optarg);
251 pps = atoi(optarg);
260 adjtime = atoi(optarg);
264 seconds = atoi(optar
[all...]
/linux-master/samples/bpf/
H A Dtc_l2_redirect_user.c39 ifindex = atoi(optarg);
H A Dxdp_adjust_tail_user.c107 ifindex = atoi(optarg);
110 kill_after_s = atoi(optarg);
113 max_pckt_size = atoi(optarg);
/linux-master/tools/testing/selftests/bpf/
H A Dunpriv_helpers.c49 disabled = (fgets(buf, 2, fd) == buf && atoi(buf));
/linux-master/tools/testing/selftests/netfilter/
H A Dconnect_close.c113 opts.timeout = atoi(optarg);
116 opts.port = atoi(optarg);
/linux-master/tools/testing/selftests/gpio/
H A Dgpio-mockup-cdev.c148 val = atoi(optarg);
155 abiv = atoi(optarg);
166 offset = atoi(argv[optind + 1]);
/linux-master/tools/testing/selftests/mm/
H A Dwrite_to_hugetlbfs.c87 size = atoi(optarg);
93 if (atoi(optarg) >= MAX_METHOD) {
98 method = atoi(optarg);
/linux-master/tools/spi/
H A Dspidev_fdx.c117 msglen = atoi(optarg);
122 readcount = atoi(optarg);
/linux-master/tools/testing/selftests/timers/
H A Dthreadtest.c138 runtime = atoi(optarg);
141 thread_count = atoi(optarg);
H A Dinconsistency-check.c163 runtime = atoi(optarg);
166 userclock = atoi(optarg);

Completed in 347 milliseconds

123456