Searched refs:atoi (Results 26 - 50 of 139) sorted by relevance

123456

/linux-master/tools/testing/selftests/net/
H A Dsctp_hello.c17 a->sin_port = htons(atoi(port));
24 a->sin6_port = htons(atoi(port));
/linux-master/tools/power/cpupower/utils/
H A Dcpupower-set.c71 perf_bias = atoi(optarg);
102 turbo_boost = atoi(optarg);
/linux-master/tools/testing/selftests/netfilter/
H A Dsctp_collision.c30 saddr.sin_port = htons(atoi(argv[3]));
46 daddr.sin_port = htons(atoi(argv[5]));
/linux-master/samples/timers/
H A Dhpet_example.c146 freq = atoi(argv[1]);
147 iterations = atoi(argv[2]);
258 freq = atoi(argv[1]);
259 iterations = atoi(argv[2]);
/linux-master/tools/leds/
H A Dled_hw_brightness_mon.c79 printf("[%ld.%09ld] %d\n", ts.tv_sec, ts.tv_nsec, atoi(buf));
/linux-master/tools/testing/selftests/powerpc/benchmarks/
H A Dmmap_bench.c80 iterations = atoi(optarg);
H A Dfork.c251 timeout = atoi(optarg);
293 cpu = atoi(argv[optind++]);
/linux-master/tools/testing/selftests/pidfd/
H A Dpidfd_poll_test.c38 nr_iterations = atoi(argv[1]);
/linux-master/tools/testing/selftests/powerpc/dscr/
H A Ddscr_inherit_exec_test.c99 parent_dscr = atoi(argv[2]);
/linux-master/samples/bpf/
H A Dtest_cgrp2_sock2.c46 filter_id = atoi(argv[3]);
H A Dsampleip_user.c151 freq = atoi(optarg);
160 secs = atoi(argv[optind]);
/linux-master/tools/pci/
H A Dpcitest.c183 test->barnum = atoi(optarg);
191 test->msinum = atoi(optarg);
196 test->msixnum = atoi(optarg);
201 test->irqtype = atoi(optarg);
/linux-master/tools/usb/usbip/src/
H A Dusbip_detach.c49 portnum = atoi(port);
/linux-master/tools/testing/selftests/bpf/
H A Durandom_read.c69 count = atoi(argv[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/testing/selftests/mm/
H A Dgup_test.c131 nthreads = atoi(optarg);
134 size = atoi(optarg) * MB;
137 repeats = atoi(optarg);
140 nr_pages = atoi(optarg);
H A Dcompaction_test.c137 compaction_index = mem_free/(atoi(nr_hugepages) * hugepage_size);
149 atoi(nr_hugepages));
/linux-master/tools/spi/
H A Dspidev_test.c251 speed = atoi(optarg);
254 delay = atoi(optarg);
257 bits = atoi(optarg);
314 transfer_size = atoi(optarg);
317 iterations = atoi(optarg);
/linux-master/tools/testing/selftests/futex/functional/
H A Dfutex_wait_timeout.c119 timeout_ns = atoi(optarg);
122 log_verbosity(atoi(optarg));
H A Dfutex_wait_uninitialized_heap.c81 log_verbosity(atoi(optarg));
H A Dfutex_wait_private_mapped_file.c88 log_verbosity(atoi(optarg));
H A Dfutex_requeue_pi_mismatched_ops.c69 log_verbosity(atoi(optarg));
/linux-master/tools/testing/selftests/resctrl/
H A Dresctrl_tests.c227 uparams.cpu = atoi(optarg);
230 uparams.bits = atoi(optarg);
/linux-master/tools/lib/subcmd/
H A Dpager.c126 return atoi(s);

Completed in 233 milliseconds

123456