Home
last modified time | relevance | path

Searched refs:kstrtoll (Results 1 – 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/lib/
Dkstrtox.c150 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);
Dtest-kstrtox.c268 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/
Dfsl_mpic_timer_wakeup.c75 if (kstrtoll(buf, 0, &interval)) in fsl_timer_wakeup_store()
/kernel/linux/linux-5.10/include/linux/
Dkernel.h334 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/
Dcache.h295 if (kstrtoll(buf, 0, &ll)) in get_time()
/kernel/linux/linux-5.10/kernel/cgroup/
Dpids.c276 err = kstrtoll(buf, 0, &limit); in pids_max_write()
Dcgroup.c3840 ret = kstrtoll(buf, 0, &v); in cgroup_file_write()
/kernel/linux/linux-5.10/kernel/trace/
Dtrace_events_inject.c95 ret = kstrtoll(num, 0, &val); in parse_field()
Dtrace_events_filter.c1450 ret = kstrtoll(num_buf, 0, &val); in parse_pred()
/kernel/linux/linux-5.10/fs/jfs/
Dsuper.c279 int rc = kstrtoll(resize, 0, newLVSize); in parse_options()
/kernel/linux/linux-5.10/Documentation/translations/it_IT/process/
Ddeprecated.rst107 inaspettati. Le rispettive funzioni kstrtol(), kstrtoll(),
/kernel/linux/linux-5.10/drivers/md/
Dmd-bitmap.c2325 rv = kstrtoll(buf+1, 10, &offset); in location_store()
2327 rv = kstrtoll(buf, 10, &offset); in location_store()
/kernel/linux/linux-5.10/fs/
Dlibfs.c981 ret = kstrtoll(attr->set_buf, 0, &val); in simple_attr_write_xsigned()
/kernel/linux/linux-5.10/Documentation/process/
Ddeprecated.rst102 in callers. The respective kstrtol(), kstrtoll(),