| /linux-6.15/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-6.15/drivers/fpga/ |
| H A D | dfl-fme-error.c | 67 if (kstrtou64(buf, 0, &val)) in pcie0_errors_store() 112 if (kstrtou64(buf, 0, &val)) in pcie1_errors_store() 228 if (kstrtou64(buf, 0, &val)) in fme_errors_store()
|
| H A D | dfl-afu-error.c | 136 if (kstrtou64(buff, 0, &value)) in errors_store()
|
| H A D | dfl-afu-main.c | 304 if (kstrtou64(buf, 0, &userclk_freq_cmd)) in userclk_freqcmd_store() 325 if (kstrtou64(buf, 0, &userclk_freqcntr_cmd)) in userclk_freqcntrcmd_store()
|
| /linux-6.15/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 | 113 MR_ATTR_STORE(hpa, set_hpa, u64, kstrtou64) in MR_ATTR_STORE() 114 MR_ATTR_STORE(dpa, set_dpa, u64, kstrtou64) in MR_ATTR_STORE()
|
| /linux-6.15/arch/x86/kernel/cpu/ |
| H A D | intel_epb.c | 157 else if (kstrtou64(buf, 0, &val) || val > MAX_EPB) in energy_perf_bias_store()
|
| /linux-6.15/include/linux/ |
| H A D | kstrtox.h | 74 static inline int __must_check kstrtou64(const char *s, unsigned int base, u64 *res) in kstrtou64() function
|
| /linux-6.15/kernel/power/ |
| H A D | wakelock.c | 223 ret = kstrtou64(skip_spaces(str), 10, &timeout_ns); in pm_wake_lock()
|
| /linux-6.15/drivers/firmware/xilinx/ |
| H A D | zynqmp-debug.c | 92 if (!kstrtou64(arg, 0, &value)) in zynqmp_pm_argument_value()
|
| /linux-6.15/kernel/cgroup/ |
| H A D | misc.c | 278 ret = kstrtou64(buf, 0, &max); in misc_cg_max_write()
|
| /linux-6.15/drivers/mtd/devices/ |
| H A D | phram.c | 209 ret = kstrtou64(token, 0, num64); in parse_num64()
|
| /linux-6.15/drivers/crypto/intel/qat/qat_common/ |
| H A D | adf_sysfs_rl.c | 177 err = kstrtou64(buf, 16, &val); in rp_store()
|
| /linux-6.15/arch/powerpc/platforms/pseries/ |
| H A D | mobility.c | 789 rc = kstrtou64(buf, 0, &streamid); in migration_store()
|
| /linux-6.15/arch/powerpc/kernel/ |
| H A D | sysfs.c | 369 if (kstrtou64(buf, 0, &value)) in store_pw20_wait_time() 491 if (kstrtou64(buf, 0, &value)) in store_altivec_idle_wait_time()
|
| /linux-6.15/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-6.15/arch/x86/kernel/cpu/mce/ |
| H A D | core.c | 2566 if (kstrtou64(buf, 0, &new) < 0) in set_bank() 2591 if (kstrtou64(buf, 0, &new) < 0) in set_ignore_ce() 2618 if (kstrtou64(buf, 0, &new) < 0) in set_cmci_disabled()
|
| /linux-6.15/fs/ceph/ |
| H A D | crypto.c | 242 ret = kstrtou64(inode_number, 10, &vino.ino); in parse_longname()
|
| /linux-6.15/fs/bcachefs/ |
| H A D | opts.c | 365 : kstrtou64(val, 10, res); in bch2_opt_parse()
|
| /linux-6.15/arch/um/kernel/ |
| H A D | time.c | 1034 ret = kstrtou64(buf, 0, &user_bc_message); in bc_store()
|
| /linux-6.15/drivers/infiniband/hw/qib/ |
| H A D | qib_sysfs.c | 398 ret = kstrtou64(buf, 0, &val); in diagc_attr_store()
|
| /linux-6.15/drivers/siox/ |
| H A D | siox-core.c | 648 ret = kstrtou64(buf, 0, &val); in poll_interval_ns_store()
|
| /linux-6.15/drivers/acpi/ |
| H A D | utils.c | 873 return kstrtou64(uid, 0, integer); in acpi_dev_uid_to_integer()
|
| /linux-6.15/drivers/pwm/ |
| H A D | core.c | 1086 ret = kstrtou64(buf, 0, &val); in period_store() 1121 ret = kstrtou64(buf, 0, &val); in duty_cycle_store()
|
| /linux-6.15/kernel/bpf/ |
| H A D | inode.c | 921 err = kstrtou64(p, 0, &msk); in bpf_parse_param()
|