Searched refs:kstrtou64 (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/net/batman-adv/ |
D | gateway_common.c | 66 ret = kstrtou64(buff, 10, &ldown); in batadv_parse_gw_bandwidth() 116 ret = kstrtou64(slash_ptr + 1, 10, &lup); in batadv_parse_gw_bandwidth()
|
/linux-4.4.14/lib/ |
D | test-kstrtox.c | 327 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-4.4.14/kernel/power/ |
D | wakelock.c | 218 ret = kstrtou64(skip_spaces(str), 10, &timeout_ns); in pm_wake_lock()
|
/linux-4.4.14/drivers/mtd/devices/ |
D | phram.c | 169 ret = kstrtou64(token, 0, num64); in parse_num64()
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
D | mobility.c | 324 rc = kstrtou64(buf, 0, &streamid); in migrate_store()
|
/linux-4.4.14/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.4.14/arch/x86/kernel/cpu/mcheck/ |
D | mce.c | 2177 if (kstrtou64(buf, 0, &new) < 0) in set_bank() 2215 if (kstrtou64(buf, 0, &new) < 0) in set_ignore_ce() 2239 if (kstrtou64(buf, 0, &new) < 0) in set_cmci_disabled()
|
/linux-4.4.14/include/linux/ |
D | kernel.h | 335 static inline int __must_check kstrtou64(const char *s, unsigned int base, u64 *res) in kstrtou64() function
|