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

123456

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dselect_reuseport.c174 return atoi(buf);
H A Dbtf.c5510 next_key = ordered_map ? nr_read_elems : atoi(line);
/linux-master/tools/testing/selftests/hid/
H A Dhid_bpf.c412 found = atoi(subdir->d_name + strlen("hidraw"));
/linux-master/tools/testing/selftests/mm/
H A Dkhugepaged.c1111 anon_order = atoi(optarg);
H A Dprotection_keys.c788 if (atoi(buf) != GET_NR_HUGE_PAGES) {
/linux-master/tools/perf/util/
H A Dheader.c1035 status = atoi(str);
2155 if (max_precise != NULL && atoi(max_precise) == 0)
3307 *max_branches = atoi(value);
3310 *br_cntr_nr = atoi(value);
3313 *br_cntr_width = atoi(value);
H A Dsynthetic-events.c133 *tgid = atoi(tgids);
140 *ppid = atoi(ppids);
H A Dsymbol.c2421 (atoi(line) >= 2) :
2422 (atoi(line) != 0);
H A Dannotate.c1711 *line_nr = atoi(parsed_line + match[1].rm_so);
/linux-master/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c599 if (atoi(optarg) == 0)
/linux-master/tools/mm/
H A Dslabinfo.c1468 output_lines = atoi(optarg);
/linux-master/tools/testing/selftests/bpf/
H A Dtest_progs.c870 env->workers = atoi(arg);
/linux-master/tools/perf/
H A Dbuiltin-stat.c1144 level = atoi(&str[1]);
/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c7962 tj_max_override = atoi(optarg);

Completed in 319 milliseconds

123456