Searched refs:atoi (Results 1 - 25 of 139) sorted by last modified time

123456

/linux-master/tools/testing/selftests/mm/
H A Dprotection_keys.c788 if (atoi(buf) != GET_NR_HUGE_PAGES) {
H A Dgup_test.c131 nthreads = atoi(optarg);
134 size = atoi(optarg) * MB;
137 repeats = atoi(optarg);
140 nr_pages = atoi(optarg);
H A Duffd-stress.c458 bounces = atoi(argv[3]);
H A Dtranshuge-stress.c54 duration = atoi(argv[++i]);
H A Dmap_hugetlb.c77 shift = atoi(argv[2]);
H A Dcompaction_test.c137 compaction_index = mem_free/(atoi(nr_hugepages) * hugepage_size);
149 atoi(nr_hugepages));
/linux-master/tools/perf/util/
H A Dannotate.c1711 *line_nr = atoi(parsed_line + match[1].rm_so);
H A Dsymbol.c2421 (atoi(line) >= 2) :
2422 (atoi(line) != 0);
H A Dthread_map.c50 perf_thread_map__set_pid(threads, i, atoi(namelist[i]->d_name));
133 atoi(namelist[i]->d_name));
220 perf_thread_map__set_pid(threads, j++, atoi(namelist[i]->d_name));
/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c7962 tj_max_override = atoi(optarg);
/linux-master/scripts/gcc-plugins/
H A Dstackleak_plugin.c577 track_frame_size = atoi(argv[i].value);
/linux-master/scripts/kconfig/
H A Dconf.c533 cnt = atoi(line);
/linux-master/tools/testing/selftests/exec/
H A Dexecveat.c436 rc = atoi(argv[argc - 1]);
/linux-master/tools/testing/selftests/damon/
H A Ddebugfs_target_ids_pid_leak.c48 time_to_run = atoi(argv[1]);
H A Ddebugfs_target_ids_read_before_terminate_race.c71 runtime_ms = atoi(argv[1]);
/linux-master/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c599 if (atoi(optarg) == 0)
/linux-master/tools/perf/
H A Dbuiltin-stat.c1144 level = atoi(&str[1]);
/linux-master/samples/landlock/
H A Dsandboxer.c169 net_port.port = atoi(strport);
/linux-master/tools/testing/selftests/resctrl/
H A Dresctrl_val.c659 memflush = atoi(benchmark_cmd[2]);
660 operation = atoi(benchmark_cmd[3]);
H A Dresctrl_tests.c227 uparams.cpu = atoi(optarg);
230 uparams.bits = atoi(optarg);
/linux-master/tools/testing/selftests/net/mptcp/
H A Dpm_nl_ctl.c428 port = atoi(params[arg + 1]);
544 port = atoi(params[arg + 1]);
554 id = atoi(params[arg + 1]);
610 id = atoi(argv[arg]);
692 id = atoi(argv[arg]);
721 port = atoi(argv[arg]);
848 id = atoi(argv[arg]);
877 port = atoi(argv[arg]);
913 id = atoi(argv[2]);
1104 id = atoi(arg
[all...]
/linux-master/tools/testing/selftests/landlock/
H A Dptrace_test.c83 ret = atoi(buf);
/linux-master/tools/testing/selftests/futex/functional/
H A Dfutex_requeue_pi.c385 timeout_ns = atoi(optarg);
388 log_verbosity(atoi(optarg));
/linux-master/tools/testing/selftests/bpf/
H A Dtest_verifier.c1664 insn_processed = atoi(proc + 10);
1833 unsigned int l = atoi(argv[arg]);
1834 unsigned int u = atoi(argv[arg + 1]);
1841 unsigned int t = atoi(argv[arg]);
H A Dtest_progs.c870 env->workers = atoi(arg);

Completed in 293 milliseconds

123456