Home
last modified time | relevance | path

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

/linux-4.1.27/lib/
Dtest-kstrtox.c331 TEST_OK(kstrtou64, u64, "%llu", test_u64_ok); in test_kstrtou64_ok()
342 TEST_FAIL(kstrtou64, u64, "%llu", test_u64_fail); in test_kstrtou64_fail()
/linux-4.1.27/kernel/power/
Dwakelock.c206 ret = kstrtou64(skip_spaces(str), 10, &timeout_ns); in pm_wake_lock()
/linux-4.1.27/drivers/mtd/devices/
Dphram.c169 ret = kstrtou64(token, 0, num64); in parse_num64()
/linux-4.1.27/arch/powerpc/platforms/pseries/
Dmobility.c324 rc = kstrtou64(buf, 0, &streamid); in migrate_store()
/linux-4.1.27/arch/powerpc/kernel/
Dsysfs.c219 if (kstrtou64(buf, 0, &value)) in store_pw20_wait_time()
341 if (kstrtou64(buf, 0, &value)) in store_altivec_idle_wait_time()
/linux-4.1.27/arch/x86/kernel/cpu/mcheck/
Dmce.c2145 if (kstrtou64(buf, 0, &new) < 0) in set_bank()
2183 if (kstrtou64(buf, 0, &new) < 0) in set_ignore_ce()
2207 if (kstrtou64(buf, 0, &new) < 0) in set_cmci_disabled()
/linux-4.1.27/include/linux/
Dkernel.h334 static inline int __must_check kstrtou64(const char *s, unsigned int base, u64 *res) in kstrtou64() function