| /linux/lib/ |
| H A D | test-kstrtox.c | 327 TEST_OK(kstrtou64, u64, "%llu", test_u64_ok); in test_kstrtou64_ok() 338 TEST_FAIL(kstrtou64, u64, "%llu", test_u64_fail); in test_kstrtou64_fail()
|
| /linux/drivers/edac/ |
| H A D | scrub.c | 84 EDAC_SCRUB_ATTR_STORE(addr, write_addr, u64, kstrtou64) in EDAC_SCRUB_ATTR_STORE() argument 85 EDAC_SCRUB_ATTR_STORE(size, write_size, u64, kstrtou64) in EDAC_SCRUB_ATTR_STORE()
|
| H A D | mem_repair.c | 122 MR_ATTR_STORE(hpa, set_hpa, u64, kstrtou64) in MR_ATTR_STORE() 123 MR_ATTR_STORE(dpa, set_dpa, u64, kstrtou64) in MR_ATTR_STORE()
|
| /linux/arch/x86/kernel/cpu/ |
| H A D | intel_epb.c | 161 else if (kstrtou64(buf, 0, &val) || val > MAX_EPB) in energy_perf_bias_store()
|
| /linux/kernel/power/ |
| H A D | wakelock.c | 226 ret = kstrtou64(skip_spaces(str), 10, &timeout_ns); in pm_wake_lock()
|
| /linux/drivers/firmware/xilinx/ |
| H A D | zynqmp-debug.c | 94 if (!kstrtou64(arg, 0, &value)) in zynqmp_pm_argument_value()
|
| /linux/kernel/cgroup/ |
| H A D | misc.c | 282 ret = kstrtou64(buf, 0, &max); in misc_cg_max_write()
|
| /linux/drivers/mtd/devices/ |
| H A D | phram.c | 209 ret = kstrtou64(token, 0, num64); in parse_num64()
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | mobility.c | 792 rc = kstrtou64(buf, 0, &streamid); in migration_store()
|
| /linux/drivers/counter/ |
| H A D | counter-sysfs.c | 338 err = kstrtou64(buf, 0, &data); in counter_comp_u64_store() 453 err = kstrtou64(buf, 0, &data); in counter_comp_array_u64_store()
|
| /linux/arch/x86/kernel/cpu/mce/ |
| H A D | core.c | 2556 if (kstrtou64(buf, 0, &new) < 0) in set_bank() 2581 if (kstrtou64(buf, 0, &new) < 0) in set_ignore_ce() 2608 if (kstrtou64(buf, 0, &new) < 0) in set_cmci_disabled()
|
| /linux/fs/ceph/ |
| H A D | crypto.c | 189 ret = kstrtou64(inode_number, 10, &vino.ino); in parse_longname()
|
| /linux/arch/um/kernel/ |
| H A D | time.c | 1064 ret = kstrtou64(buf, 0, &user_bc_message); in bc_store()
|
| /linux/drivers/cpufreq/ |
| H A D | cppc_cpufreq.c | 889 ret = kstrtou64(buf, 0, &val); in cppc_cpufreq_sysfs_store_u64()
|
| /linux/drivers/siox/ |
| H A D | siox-core.c | 648 ret = kstrtou64(buf, 0, &val); in poll_interval_ns_store()
|
| /linux/drivers/acpi/ |
| H A D | utils.c | 873 return kstrtou64(uid, 0, integer); in acpi_dev_uid_to_integer()
|
| /linux/kernel/bpf/ |
| H A D | inode.c | 908 err = kstrtou64(p, 0, &msk); in bpf_parse_param()
|
| /linux/drivers/pwm/ |
| H A D | core.c | 1147 ret = kstrtou64(buf, 0, &val); in period_store() 1182 ret = kstrtou64(buf, 0, &val); in duty_cycle_store()
|
| /linux/kernel/debug/kdb/ |
| H A D | kdb_main.c | 376 if (kstrtou64(arg, 0, value)) in kdbgetu64arg()
|
| /linux/drivers/dma/idxd/ |
| H A D | sysfs.c | 988 rc = kstrtou64(buf, 0, val); in __get_sysfs_u64()
|
| /linux/drivers/ptp/ |
| H A D | ptp_ocp.c | 3219 err = kstrtou64(argv[argc], 0, &s.phase); in signal_store() 3231 err = kstrtou64(argv[argc], 0, &s.period); in signal_store()
|
| /linux/fs/btrfs/ |
| H A D | sysfs.c | 606 ret = kstrtou64(buf, 10, &max_discard_size); in btrfs_discard_max_discard_size_store()
|
| /linux/drivers/target/ |
| H A D | target_core_user.c | 2874 ret = kstrtou64(page, 0, &val); in tcmu_dev_size_store()
|
| /linux/drivers/nvme/host/ |
| H A D | fc.c | 3820 if (kstrtou64(cgrp_id, 16, id) < 0) in fc_parse_cgrpid()
|
| /linux/drivers/infiniband/ulp/srpt/ |
| H A D | ib_srpt.c | 87 return kstrtou64(buffer, 16, (u64 *)kp->arg); in srpt_set_u64_x()
|