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

123456

/linux-master/samples/bpf/
H A Dtc_l2_redirect_user.c39 ifindex = atoi(optarg);
H A Dhbm.c480 cg_id = atoi(optarg);
483 minRate = atoi(optarg) * 1.024;
490 dur = atoi(optarg);
H A Dmap_perf_test_user.c435 test_flags = atoi(argv[1]) ? : test_flags;
438 nr_cpus = atoi(argv[2]) ? : nr_cpus;
441 num_map_entries = atoi(argv[3]);
444 max_cnt = atoi(argv[4]);
H A Doffwaketime_user.c143 delay = atoi(argv[1]);
H A Dsampleip_user.c151 freq = atoi(optarg);
160 secs = atoi(argv[optind]);
H A Dsyscall_tp_user.c143 nr_tests = atoi(optarg);
H A Dtest_cgrp2_sock2.c46 filter_id = atoi(argv[3]);
H A Dtest_lru_dist.c502 lru_size = atoi(argv[2]);
503 nr_tasks = atoi(argv[3]);
H A Dtest_overhead_user.c181 test_flags = atoi(argv[1]) ? : test_flags;
183 num_cpu = atoi(argv[2]) ? : num_cpu;
H A Dxdp_adjust_tail_user.c107 ifindex = atoi(optarg);
110 kill_after_s = atoi(optarg);
113 max_pckt_size = atoi(optarg);
H A Dxdp_router_ipv4_user.c148 route.dst = atoi(dsts);
149 route.dst_len = atoi(dsts_len);
150 route.gw = atoi(gws);
151 route.iface = atoi(ifs);
152 route.metric = atoi(metrics);
352 arp_entry.dst = atoi(dsts);
/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/laptop/dslm/
H A Ddslm.c142 settle_time = 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/lib/subcmd/
H A Dpager.c126 return atoi(s);
/linux-master/tools/perf/util/
H A Dterm.c13 ws->ws_row = atoi(s);
16 ws->ws_col = atoi(s);
/linux-master/tools/power/acpi/tools/ec/
H A Dec_access.c69 sleep_time = atoi(optarg);
/linux-master/tools/spi/
H A Dspidev_fdx.c117 msglen = atoi(optarg);
122 readcount = atoi(optarg);
/linux-master/tools/testing/selftests/futex/functional/
H A Dfutex_requeue_pi_mismatched_ops.c69 log_verbosity(atoi(optarg));
H A Dfutex_wait_private_mapped_file.c88 log_verbosity(atoi(optarg));
H A Dfutex_wait_uninitialized_heap.c81 log_verbosity(atoi(optarg));
/linux-master/tools/testing/selftests/net/
H A Dtcp_inq.c119 port = atoi(optarg);
/linux-master/tools/testing/selftests/powerpc/benchmarks/
H A Dfork.c251 timeout = atoi(optarg);
293 cpu = atoi(argv[optind++]);
H A Dmmap_bench.c80 iterations = atoi(optarg);
/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);

Completed in 523 milliseconds

123456