Searched refs:kstrtoll (Results 1 – 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
D | kstrtox.c | 150 int kstrtoll(const char *s, unsigned int base, long long *res) in kstrtoll() function 172 EXPORT_SYMBOL(kstrtoll); 196 rv = kstrtoll(s, base, &tmp); in _kstrtol() 256 rv = kstrtoll(s, base, &tmp); in kstrtoint() 286 rv = kstrtoll(s, base, &tmp); in kstrtos16() 316 rv = kstrtoll(s, base, &tmp); in kstrtos8() 405 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()
|
/kernel/linux/linux-5.10/arch/powerpc/sysdev/ |
D | fsl_mpic_timer_wakeup.c | 75 if (kstrtoll(buf, 0, &interval)) in fsl_timer_wakeup_store()
|
/kernel/linux/linux-5.10/include/linux/ |
D | kernel.h | 334 int __must_check kstrtoll(const char *s, unsigned int base, long long *res); 387 return kstrtoll(s, base, (long long *)res); in kstrtol() 402 return kstrtoll(s, base, res); in kstrtos64()
|
/kernel/linux/linux-5.10/include/linux/sunrpc/ |
D | cache.h | 295 if (kstrtoll(buf, 0, &ll)) in get_time()
|
/kernel/linux/linux-5.10/kernel/cgroup/ |
D | pids.c | 276 err = kstrtoll(buf, 0, &limit); in pids_max_write()
|
D | cgroup.c | 3840 ret = kstrtoll(buf, 0, &v); in cgroup_file_write()
|
/kernel/linux/linux-5.10/kernel/trace/ |
D | trace_events_inject.c | 95 ret = kstrtoll(num, 0, &val); in parse_field()
|
D | trace_events_filter.c | 1450 ret = kstrtoll(num_buf, 0, &val); in parse_pred()
|
/kernel/linux/linux-5.10/fs/jfs/ |
D | super.c | 279 int rc = kstrtoll(resize, 0, newLVSize); in parse_options()
|
/kernel/linux/linux-5.10/Documentation/translations/it_IT/process/ |
D | deprecated.rst | 107 inaspettati. Le rispettive funzioni kstrtol(), kstrtoll(),
|
/kernel/linux/linux-5.10/drivers/md/ |
D | md-bitmap.c | 2325 rv = kstrtoll(buf+1, 10, &offset); in location_store() 2327 rv = kstrtoll(buf, 10, &offset); in location_store()
|
/kernel/linux/linux-5.10/fs/ |
D | libfs.c | 981 ret = kstrtoll(attr->set_buf, 0, &val); in simple_attr_write_xsigned()
|
/kernel/linux/linux-5.10/Documentation/process/ |
D | deprecated.rst | 102 in callers. The respective kstrtol(), kstrtoll(),
|