Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/
A Dkstrtox.c156 int kstrtoll(const char *s, unsigned int base, long long *res) in kstrtoll() function
178 EXPORT_SYMBOL(kstrtoll);
202 rv = kstrtoll(s, base, &tmp); in _kstrtol()
264 rv = kstrtoll(s, base, &tmp); in kstrtoint()
296 rv = kstrtoll(s, base, &tmp); in kstrtos16()
328 rv = kstrtoll(s, base, &tmp); in kstrtos8()
423 kstrto_from_user(kstrtoll_from_user, kstrtoll, long long);
A 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-6.3-rc2/include/linux/
A 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-6.3-rc2/arch/powerpc/sysdev/
A Dfsl_mpic_timer_wakeup.c75 if (kstrtoll(buf, 0, &interval)) in fsl_timer_wakeup_store()
/linux-6.3-rc2/include/linux/sunrpc/
A Dcache.h296 if (kstrtoll(buf, 0, &ll)) in get_time()
/linux-6.3-rc2/kernel/cgroup/
A Dpids.c296 err = kstrtoll(buf, 0, &limit); in pids_max_write()
A Dcgroup.c4080 ret = kstrtoll(buf, 0, &v); in cgroup_file_write()
/linux-6.3-rc2/kernel/trace/
A Dtrace_events_inject.c95 ret = kstrtoll(num, 0, &val); in parse_field()
A Dtrace_events_filter.c1666 ret = kstrtoll(num_buf, 0, &val); in parse_pred()
/linux-6.3-rc2/fs/jfs/
A Dsuper.c279 int rc = kstrtoll(resize, 0, newLVSize); in parse_options()
/linux-6.3-rc2/drivers/md/
A Dmd-bitmap.c2324 rv = kstrtoll(buf+1, 10, &offset); in location_store()
2326 rv = kstrtoll(buf, 10, &offset); in location_store()
/linux-6.3-rc2/fs/
A Dlibfs.c1021 ret = kstrtoll(attr->set_buf, 0, &val); in simple_attr_write_xsigned()
/linux-6.3-rc2/Documentation/translations/it_IT/process/
A Ddeprecated.rst126 inaspettati. Le rispettive funzioni kstrtol(), kstrtoll(),
/linux-6.3-rc2/Documentation/process/
A Ddeprecated.rst117 in callers. The respective kstrtol(), kstrtoll(),
/linux-6.3-rc2/Documentation/dev-tools/
A Dcheckpatch.rst296 kstrtoll(), kstrtoul(), and kstrtoull() functions tend to be the

Completed in 35 milliseconds