/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()
|
D | parse-sublevel-options.c | 38 v = atoi(vstr); in parse_one_sublevel_option()
|
/tools/testing/selftests/ptp/ |
D | testptp.c | 198 extts = atoi(optarg); in main() 201 adjfreq = atoi(optarg); in main() 210 index = atoi(optarg); in main() 214 n_samples = atoi(optarg); in main() 230 pps = atoi(optarg); in main() 239 adjtime = atoi(optarg); in main() 243 seconds = atoi(optarg); in main() 246 pulsewidth = atoi(optarg); in main()
|
/tools/testing/selftests/futex/functional/ |
D | futex_wait_timeout.c | 56 timeout_ns = atoi(optarg); in main() 59 log_verbosity(atoi(optarg)); in main()
|
D | futex_wait_wouldblock.c | 55 log_verbosity(atoi(optarg)); in main()
|
/tools/testing/selftests/vm/ |
D | gup_benchmark.c | 59 size = atoi(optarg) * MB; in main() 62 repeats = atoi(optarg); in main() 65 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()
|
/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()
|
/tools/testing/selftests/android/ion/ |
D | ionapp_export.c | 54 heapid = atoi(optarg); in main() 68 heap_size = atoi(optarg); in main()
|
/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()
|
/tools/testing/selftests/bpf/ |
D | urandom_read.c | 29 count = atoi(argv[1]); in main()
|
/tools/testing/selftests/powerpc/tm/ |
D | tm-tar.c | 84 num_loops = atoi(argv[1]); in main()
|
/tools/testing/selftests/net/ |
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()
|
/tools/testing/selftests/timers/ |
D | inconsistency-check.c | 165 runtime = atoi(optarg); in main() 168 userclock = atoi(optarg); in main()
|
D | threadtest.c | 138 runtime = atoi(optarg); in main() 141 thread_count = atoi(optarg); in main()
|
/tools/power/cpupower/utils/ |
D | cpuidle-set.c | 50 idlestate = atoi(optarg); in cmd_idle_set() 59 idlestate = atoi(optarg); in cmd_idle_set()
|
/tools/perf/arch/powerpc/util/ |
D | header.c | 48 atoi(pe->aggr_mode) == PerChip ? strcat(path, "sockets") : strcat(path, "coresperchip"); in arch_get_runtimeparam()
|
/tools/testing/selftests/netfilter/ |
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()
|
/tools/testing/selftests/resctrl/ |
D | resctrl_tests.c | 105 cpu_no = atoi(optarg); in main() 108 no_of_bits = atoi(optarg); in main()
|
D | resctrlfs.c | 269 sibling_cpu_no = atoi(token); in get_core_sibling() 332 malloc_and_init_memory = atoi(benchmark_cmd[2]); in run_benchmark() 333 memflush = atoi(benchmark_cmd[3]); in run_benchmark() 334 operation = atoi(benchmark_cmd[4]); in run_benchmark()
|
/tools/leds/ |
D | led_hw_brightness_mon.c | 79 printf("[%ld.%09ld] %d\n", ts.tv_sec, ts.tv_nsec, atoi(buf)); in main()
|
/tools/testing/selftests/powerpc/benchmarks/ |
D | mmap_bench.c | 80 iterations = atoi(optarg); in main()
|
D | fork.c | 251 timeout = atoi(optarg); in main() 293 cpu = atoi(argv[optind++]); in main()
|