Home
last modified time | relevance | path

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

/Linux-v5.15/lib/
Dkstrtox.c151 int kstrtoll(const char *s, unsigned int base, long long *res) in kstrtoll() function
173 EXPORT_SYMBOL(kstrtoll);
197 rv = kstrtoll(s, base, &tmp); in _kstrtol()
257 rv = kstrtoll(s, base, &tmp); in kstrtoint()
287 rv = kstrtoll(s, base, &tmp); in kstrtos16()
317 rv = kstrtoll(s, base, &tmp); in kstrtos8()
407 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()
/Linux-v5.15/include/linux/
Dkstrtox.h13 int __must_check kstrtoll(const char *s, unsigned int base, long long *res);
66 return kstrtoll(s, base, (long long *)res); in kstrtol()
81 return kstrtoll(s, base, res); in kstrtos64()
/Linux-v5.15/arch/powerpc/sysdev/
Dfsl_mpic_timer_wakeup.c75 if (kstrtoll(buf, 0, &interval)) in fsl_timer_wakeup_store()
/Linux-v5.15/include/linux/sunrpc/
Dcache.h296 if (kstrtoll(buf, 0, &ll)) in get_time()
/Linux-v5.15/kernel/cgroup/
Dpids.c276 err = kstrtoll(buf, 0, &limit); in pids_max_write()
Dcgroup.c3848 ret = kstrtoll(buf, 0, &v); in cgroup_file_write()
/Linux-v5.15/kernel/trace/
Dtrace_events_inject.c95 ret = kstrtoll(num, 0, &val); in parse_field()
Dtrace_events_filter.c1360 ret = kstrtoll(num_buf, 0, &val); in parse_pred()
/Linux-v5.15/fs/jfs/
Dsuper.c279 int rc = kstrtoll(resize, 0, newLVSize); in parse_options()
/Linux-v5.15/drivers/md/
Dmd-bitmap.c2319 rv = kstrtoll(buf+1, 10, &offset); in location_store()
2321 rv = kstrtoll(buf, 10, &offset); in location_store()
/Linux-v5.15/Documentation/process/
Ddeprecated.rst102 in callers. The respective kstrtol(), kstrtoll(),
/Linux-v5.15/Documentation/translations/it_IT/process/
Ddeprecated.rst112 inaspettati. Le rispettive funzioni kstrtol(), kstrtoll(),
/Linux-v5.15/Documentation/dev-tools/
Dcheckpatch.rst296 kstrtoll(), kstrtoul(), and kstrtoull() functions tend to be the