/kernel/linux/linux-6.6/tools/bpf/runqslower/ |
H A D | runqslower.c | 55 pid = strtol(arg, NULL, 10); in parse_arg()
|
/kernel/linux/linux-6.6/samples/hid/ |
H A D | hid_mouse.c | 73 return (int)strtol(str_id, NULL, 16); in get_hid_id()
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/ |
H A D | dirty_log_test.c | 886 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 D | x86_energy_perf_policy.c | 329 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 D | tp_attach_query.c | 30 attr.config = strtol(buf, NULL, 0); in test_tp_attach_query()
|
/kernel/linux/linux-5.10/tools/power/cpupower/lib/ |
H A D | cpupower.c | 99 *result = strtol(linebuf, &endp, 0); in sysfs_topology_read_file()
|
/kernel/linux/linux-6.6/tools/power/cpupower/lib/ |
H A D | cpupower.c | 127 *result = strtol(linebuf, &endp, 0); in sysfs_topology_read_file()
|
/kernel/linux/linux-6.6/tools/power/cpupower/utils/helpers/ |
H A D | misc.c | 66 val = strtol(linebuf, &endp, 0); in cpupower_intel_get_perf_bias()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | tp_attach_query.c | 35 attr.config = strtol(buf, NULL, 0); in serial_test_tp_attach_query()
|
/kernel/linux/linux-5.10/tools/virtio/ |
H A D | virtio_test.c | 378 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 D | bench_ringbufs.c | 59 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 D | dirty_log_test.c | 564 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 D | feature.c | 95 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 D | mremap_test.c | 135 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 D | bench_ringbufs.c | 59 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 D | io_uring_zerocopy_tx.c | 536 cfg_cork = strtol(optarg, NULL, 0); in parse_opts() 539 cfg_mode = strtol(optarg, NULL, 0); in parse_opts()
|
H A D | so_txtime.c | 404 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 D | utils.c | 156 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 D | virtio_test.c | 378 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 D | vector_user.c | 393 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 D | vector_user.c | 394 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 D | parse-options.c | 264 *(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 D | parse-options.c | 264 *(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 D | feature.c | 101 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 D | msg_zerocopy.c | 726 cfg_cork = strtol(optarg, NULL, 0); in parse_opts() 729 cfg_cpu = strtol(optarg, NULL, 0); in parse_opts()
|