Searched refs:kstrtos64 (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/lib/ |
D | test-kstrtox.c | 377 TEST_OK(kstrtos64, s64, "%lld", test_s64_ok); in test_kstrtos64_ok() 390 TEST_FAIL(kstrtos64, s64, "%lld", test_s64_fail); in test_kstrtos64_fail()
|
/Linux-v4.19/drivers/rtc/ |
D | rtc-sysfs.c | 185 retval = kstrtos64(buf_ptr, 0, &alarm); in wakealarm_store()
|
/Linux-v4.19/kernel/time/ |
D | ntp.c | 1023 int rc = kstrtos64(str, 0, &ntp_tick_adj); in ntp_tick_adj_setup()
|
/Linux-v4.19/include/linux/ |
D | kernel.h | 416 static inline int __must_check kstrtos64(const char *s, unsigned int base, s64 *res) in kstrtos64() function
|
/Linux-v4.19/block/ |
D | blk-sysfs.c | 52 err = kstrtos64(page, 10, &v); in queue_var_store64()
|