Searched refs:kstrtoll (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.4/lib/ |
D | kstrtox.c | 145 int kstrtoll(const char *s, unsigned int base, long long *res) in kstrtoll() function 167 EXPORT_SYMBOL(kstrtoll); 191 rv = kstrtoll(s, base, &tmp); in _kstrtol() 253 rv = kstrtoll(s, base, &tmp); in kstrtoint() 283 rv = kstrtoll(s, base, &tmp); in kstrtos16() 313 rv = kstrtoll(s, base, &tmp); in kstrtos8() 402 kstrto_from_user(kstrtoll_from_user, kstrtoll, long long);
|
D | test-kstrtox.c | 268 TEST_OK(kstrtoll, long long, "%lld", test_ll_ok); in test_kstrtoll_ok() 287 TEST_FAIL(kstrtoll, long long, "%lld", test_ll_fail); in test_kstrtoll_fail()
|
/Linux-v5.4/arch/powerpc/sysdev/ |
D | fsl_mpic_timer_wakeup.c | 75 if (kstrtoll(buf, 0, &interval)) in fsl_timer_wakeup_store()
|
/Linux-v5.4/include/linux/ |
D | kernel.h | 343 int __must_check kstrtoll(const char *s, unsigned int base, long long *res); 398 return kstrtoll(s, base, (long long *)res); in kstrtol() 413 return kstrtoll(s, base, res); in kstrtos64()
|
/Linux-v5.4/include/linux/sunrpc/ |
D | cache.h | 287 if (kstrtoll(buf, 0, &ll)) in get_time()
|
/Linux-v5.4/kernel/cgroup/ |
D | pids.c | 268 err = kstrtoll(buf, 0, &limit); in pids_max_write()
|
D | cgroup.c | 3774 ret = kstrtoll(buf, 0, &v); in cgroup_file_write()
|
/Linux-v5.4/Documentation/translations/it_IT/process/ |
D | deprecated.rst | 80 inaspettati. Le rispettive funzioni :c:func:`kstrtol`, :c:func:`kstrtoll`,
|
/Linux-v5.4/Documentation/process/ |
D | deprecated.rst | 75 in callers. The respective :c:func:`kstrtol`, :c:func:`kstrtoll`,
|
/Linux-v5.4/fs/jfs/ |
D | super.c | 279 int rc = kstrtoll(resize, 0, newLVSize); in parse_options()
|
/Linux-v5.4/drivers/md/ |
D | md-bitmap.c | 2319 rv = kstrtoll(buf+1, 10, &offset); in location_store() 2321 rv = kstrtoll(buf, 10, &offset); in location_store()
|
/Linux-v5.4/kernel/trace/ |
D | trace_events_filter.c | 1360 ret = kstrtoll(num_buf, 0, &val); in parse_pred()
|