Searched refs:kstrtou64 (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/lib/ |
D | test-kstrtox.c | 331 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/ |
D | wakelock.c | 206 ret = kstrtou64(skip_spaces(str), 10, &timeout_ns); in pm_wake_lock()
|
/linux-4.1.27/drivers/mtd/devices/ |
D | phram.c | 169 ret = kstrtou64(token, 0, num64); in parse_num64()
|
/linux-4.1.27/arch/powerpc/platforms/pseries/ |
D | mobility.c | 324 rc = kstrtou64(buf, 0, &streamid); in migrate_store()
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | sysfs.c | 219 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/ |
D | mce.c | 2145 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/ |
D | kernel.h | 334 static inline int __must_check kstrtou64(const char *s, unsigned int base, u64 *res) in kstrtou64() function
|