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