Home
last modified time | relevance | path

Searched refs:kstrtou64 (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/lib/
Dtest-kstrtox.c327 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-v4.19/net/batman-adv/
Dgateway_common.c65 ret = kstrtou64(buff, 10, &lthroughput); in batadv_parse_throughput()
/Linux-v4.19/drivers/mtd/devices/
Dphram.c162 ret = kstrtou64(token, 0, num64); in parse_num64()
/Linux-v4.19/kernel/power/
Dwakelock.c220 ret = kstrtou64(skip_spaces(str), 10, &timeout_ns); in pm_wake_lock()
/Linux-v4.19/arch/powerpc/platforms/pseries/
Dmobility.c365 rc = kstrtou64(buf, 0, &streamid); in migration_store()
/Linux-v4.19/arch/powerpc/kernel/
Dsysfs.c220 if (kstrtou64(buf, 0, &value)) in store_pw20_wait_time()
342 if (kstrtou64(buf, 0, &value)) in store_altivec_idle_wait_time()
/Linux-v4.19/arch/x86/kernel/cpu/mcheck/
Dmce.c2076 if (kstrtou64(buf, 0, &new) < 0) in set_bank()
2091 if (kstrtou64(buf, 0, &new) < 0) in set_ignore_ce()
2118 if (kstrtou64(buf, 0, &new) < 0) in set_cmci_disabled()
/Linux-v4.19/drivers/siox/
Dsiox-core.c644 ret = kstrtou64(buf, 0, &val); in poll_interval_ns_store()
/Linux-v4.19/include/linux/
Dkernel.h411 static inline int __must_check kstrtou64(const char *s, unsigned int base, u64 *res) in kstrtou64() function
/Linux-v4.19/drivers/target/
Dtarget_core_user.c2381 ret = kstrtou64(page, 0, &val); in tcmu_dev_size_store()