Home
last modified time | relevance | path

Searched refs:strtol (Results 76 - 100 of 181) sorted by relevance

12345678

/kernel/linux/linux-6.6/tools/bpf/runqslower/
H A Drunqslower.c55 pid = strtol(arg, NULL, 10); in parse_arg()
/kernel/linux/linux-6.6/samples/hid/
H A Dhid_mouse.c73 return (int)strtol(str_id, NULL, 16); in get_hid_id()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/
H A Ddirty_log_test.c886 test_dirty_ring_count = strtol(optarg, NULL, 10); in main()
889 p.iterations = strtol(optarg, NULL, 10); in main()
892 p.interval = strtol(optarg, NULL, 10); in main()
/kernel/linux/linux-5.10/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c329 i = strtol(s, &endptr, 0); in parse_optarg_string()
398 end_cpu = strtol(startp, &endp, 10); in parse_cmdline_cpu()
443 cpu = strtol(startp, &endp, 10); in parse_cmdline_cpu()
478 end_pkg = strtol(startp, &endp, 10); in parse_cmdline_pkg()
497 pkg = strtol(startp, &endp, 10); in parse_cmdline_pkg()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dtp_attach_query.c30 attr.config = strtol(buf, NULL, 0); in test_tp_attach_query()
/kernel/linux/linux-5.10/tools/power/cpupower/lib/
H A Dcpupower.c99 *result = strtol(linebuf, &endp, 0); in sysfs_topology_read_file()
/kernel/linux/linux-6.6/tools/power/cpupower/lib/
H A Dcpupower.c127 *result = strtol(linebuf, &endp, 0); in sysfs_topology_read_file()
/kernel/linux/linux-6.6/tools/power/cpupower/utils/helpers/
H A Dmisc.c66 val = strtol(linebuf, &endp, 0); in cpupower_intel_get_perf_bias()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dtp_attach_query.c35 attr.config = strtol(buf, NULL, 0); in serial_test_tp_attach_query()
/kernel/linux/linux-5.10/tools/virtio/
H A Dvirtio_test.c378 batch = strtol(optarg, NULL, 10); in main()
387 reset = strtol(optarg, NULL, 10); in main()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/benchs/
H A Dbench_ringbufs.c59 args.batch_cnt = strtol(arg, NULL, 10); in parse_arg()
69 args.sample_rate = strtol(arg, NULL, 10); in parse_arg()
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/
H A Ddirty_log_test.c564 iterations = strtol(optarg, NULL, 10); in main()
567 interval = strtol(optarg, NULL, 10); in main()
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A Dfeature.c95 res = strtol(value, &endptr, 0); in print_kernel_option()
155 res = strtol(line, &endptr, 10); in read_procfs()
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Dmremap_test.c135 void *first_val = (void *)strtol(first, NULL, 16); in is_range_mapped()
137 void *second_val = (void *) strtol(second, NULL, 16); in is_range_mapped()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/
H A Dbench_ringbufs.c59 args.batch_cnt = strtol(arg, NULL, 10); in parse_arg()
69 args.sample_rate = strtol(arg, NULL, 10); in parse_arg()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dio_uring_zerocopy_tx.c536 cfg_cork = strtol(optarg, NULL, 0); in parse_opts()
539 cfg_mode = strtol(optarg, NULL, 0); in parse_opts()
H A Dso_txtime.c404 array->delay_us = strtol(tok, NULL, 0) * 1000; in parse_io()
481 cfg_mark = strtol(optarg, NULL, 0); in parse_opts()
/kernel/linux/linux-6.6/tools/tracing/rtla/src/
H A Dutils.c156 t = strtol(val, &end, 10); in parse_seconds_duration()
190 t = strtol(val, &end, 10); in parse_ns_duration()
/kernel/linux/linux-6.6/tools/virtio/
H A Dvirtio_test.c378 batch = strtol(optarg, NULL, 10); in main()
387 reset = strtol(optarg, NULL, 10); in main()
/kernel/linux/linux-5.10/arch/um/drivers/
H A Dvector_user.c393 fd = strtol(nptr, &endptr, 10); in strtofd()
536 if (strtol((const char *) value, NULL, 10) > 0) in user_init_socket_fds()
542 if (strtol((const char *) value, NULL, 10) > 0) in user_init_socket_fds()
/kernel/linux/linux-6.6/arch/um/drivers/
H A Dvector_user.c394 fd = strtol(nptr, &endptr, 10); in strtofd()
537 if (strtol((const char *) value, NULL, 10) > 0) in user_init_socket_fds()
543 if (strtol((const char *) value, NULL, 10) > 0) in user_init_socket_fds()
/kernel/linux/linux-5.10/tools/lib/subcmd/
H A Dparse-options.c264 *(int *)opt->value = strtol(arg, (char **)&s, 10); in get_value()
282 *(unsigned int *)opt->value = strtol(arg, (char **)&s, 10); in get_value()
298 *(long *)opt->value = strtol(arg, (char **)&s, 10); in get_value()
/kernel/linux/linux-6.6/tools/lib/subcmd/
H A Dparse-options.c264 *(int *)opt->value = strtol(arg, (char **)&s, 10); in get_value()
282 *(unsigned int *)opt->value = strtol(arg, (char **)&s, 10); in get_value()
298 *(long *)opt->value = strtol(arg, (char **)&s, 10); in get_value()
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Dfeature.c101 res = strtol(value, &endptr, 0); in print_kernel_option()
167 return strtol(buf, NULL, 0); in get_vendor_id()
187 res = strtol(line, &endptr, 10); in read_procfs()
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dmsg_zerocopy.c726 cfg_cork = strtol(optarg, NULL, 0); in parse_opts()
729 cfg_cpu = strtol(optarg, NULL, 0); in parse_opts()

Completed in 21 milliseconds

12345678