Searched refs:atoi (Results 51 - 75 of 139) sorted by relevance

123456

/linux-master/tools/testing/selftests/netfilter/
H A Dnf-queue.c342 opts.queue_num = atoi(optarg);
347 opts.verdict = atoi(optarg);
357 opts.delay_ms = atoi(optarg);
364 opts.timeout = atoi(optarg);
/linux-master/tools/testing/selftests/futex/functional/
H A Dfutex_requeue.c60 log_verbosity(atoi(optarg));
H A Dfutex_wait_wouldblock.c62 log_verbosity(atoi(optarg));
H A Dfutex_wait.c67 log_verbosity(atoi(optarg));
/linux-master/tools/testing/selftests/powerpc/tm/
H A Dtm-tmspr.c140 num_loops = atoi(argv[1]);
/linux-master/scripts/gcc-plugins/
H A Darm_ssp_per_task_plugin.c88 canary_offset = atoi(argv[i].value);
/linux-master/tools/testing/selftests/powerpc/papr_attributes/
H A Dattr_test.c84 id = atoi(entry->d_name);
/linux-master/tools/perf/tests/shell/coresight/unroll_loop_thread/
H A Dunroll_loop_thread.c61 thr = atoi(argv[1]);
/linux-master/tools/testing/selftests/mm/
H A Dmap_hugetlb.c77 shift = atoi(argv[2]);
/linux-master/samples/bpf/
H A Dxdp_tx_iptunnel_user.c183 ifindex = atoi(optarg);
195 vip.protocol = atoi(optarg);
224 kill_after_s = 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);
H A Dhbm.c480 cg_id = atoi(optarg);
483 minRate = atoi(optarg) * 1.024;
490 dur = atoi(optarg);
H A Doffwaketime_user.c143 delay = atoi(argv[1]);
H A Dsyscall_tp_user.c143 nr_tests = 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 Dtest_overhead_user.c181 test_flags = atoi(argv[1]) ? : test_flags;
183 num_cpu = atoi(argv[2]) ? : num_cpu;
/linux-master/tools/testing/selftests/net/
H A Dtcp_mmap.c468 cfg_port = atoi(optarg);
477 rcvbuf = atoi(optarg);
480 sndbuf = atoi(optarg);
486 mss = atoi(optarg);
495 max_pacing_rate = 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/powerpc/benchmarks/
H A Dcontext_switch.c454 timeout = atoi(optarg);
471 cpu1 = atoi(argv[optind++]);
472 cpu2 = atoi(argv[optind++]);
/linux-master/tools/laptop/dslm/
H A Ddslm.c142 settle_time = atoi(argv[2]);
/linux-master/tools/testing/selftests/timers/
H A Dclocksource-switch.c137 runtime = atoi(optarg);
/linux-master/tools/testing/selftests/powerpc/signal/
H A Dsigfuz.c306 nthread = atoi(optarg);
313 count_max = atoi(optarg);
/linux-master/tools/power/acpi/tools/pfrut/
H A Dpfrut.c151 revid = atoi(optarg);
155 log_revid = atoi(optarg);
/linux-master/tools/testing/selftests/bpf/
H A Dtest_sockmap.c1988 txmsg_start = atoi(optarg);
1991 txmsg_end = atoi(optarg);
1994 txmsg_start_push = atoi(optarg);
1997 txmsg_end_push = atoi(optarg);
2000 txmsg_start_pop = atoi(optarg);
2003 txmsg_pop = atoi(optarg);
2006 txmsg_apply = atoi(optarg);
2009 txmsg_cork = atoi(optarg);
2021 rate = atoi(optarg);
2026 options.verbose = atoi(optar
[all...]
/linux-master/tools/accounting/
H A Dgetdelays.c333 rcvbufsz = atoi(optarg);
345 tid = atoi(optarg);
351 tid = atoi(optarg);

Completed in 214 milliseconds

123456