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

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

Completed in 243 milliseconds