Home
last modified time | relevance | path

Searched refs:kstrtoll (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-5.10/lib/
H A Dkstrtox.c137 * kstrtoll - convert a string to a long long
151 int kstrtoll(const char *s, unsigned int base, long long *res) in kstrtoll() function
173 EXPORT_SYMBOL(kstrtoll); variable
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()
406 kstrto_from_user(kstrtoll_from_user, kstrtoll, long long);
H 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()
/kernel/linux/linux-6.6/lib/
H A Dkstrtox.c141 * kstrtoll - convert a string to a long long
156 int kstrtoll(const char *s, unsigned int base, long long *res) in kstrtoll() function
178 EXPORT_SYMBOL(kstrtoll); variable
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);
H 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()
/kernel/linux/linux-5.10/include/linux/
H 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()
/kernel/linux/linux-6.6/include/linux/
H 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()
/kernel/linux/linux-5.10/arch/powerpc/sysdev/
H A Dfsl_mpic_timer_wakeup.c75 if (kstrtoll(buf, 0, &interval)) in fsl_timer_wakeup_store()
/kernel/linux/linux-6.6/arch/powerpc/sysdev/
H A Dfsl_mpic_timer_wakeup.c75 if (kstrtoll(buf, 0, &interval)) in fsl_timer_wakeup_store()
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_events_inject.c95 ret = kstrtoll(num, 0, &val); in parse_field()
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_events_inject.c95 ret = kstrtoll(num, 0, &val); in parse_field()
/kernel/linux/linux-5.10/include/linux/sunrpc/
H A Dcache.h296 if (kstrtoll(buf, 0, &ll)) in get_time()
/kernel/linux/linux-5.10/kernel/cgroup/
H A Dpids.c276 err = kstrtoll(buf, 0, &limit); in pids_max_write()
H A Dcgroup.c3855 ret = kstrtoll(buf, 0, &v); in cgroup_file_write()
/kernel/linux/linux-6.6/include/linux/sunrpc/
H A Dcache.h300 if (kstrtoll(buf, 0, &ll)) in get_time()
/kernel/linux/linux-6.6/kernel/cgroup/
H A Dpids.c296 err = kstrtoll(buf, 0, &limit); in pids_max_write()
H A Dcgroup.c4080 ret = kstrtoll(buf, 0, &v); in cgroup_file_write()
/kernel/linux/linux-5.10/fs/jfs/
H A Dsuper.c279 int rc = kstrtoll(resize, 0, newLVSize); in parse_options()
/kernel/linux/linux-6.6/fs/jfs/
H A Dsuper.c279 int rc = kstrtoll(resize, 0, newLVSize); in parse_options()
/kernel/linux/linux-5.10/drivers/md/
H A Dmd-bitmap.c2326 rv = kstrtoll(buf+1, 10, &offset); in location_store()
2328 rv = kstrtoll(buf, 10, &offset); in location_store()
/kernel/linux/linux-6.6/drivers/md/
H A Dmd-bitmap.c2397 rv = kstrtoll(buf+1, 10, &offset); in location_store()
2399 rv = kstrtoll(buf, 10, &offset); in location_store()
/kernel/linux/linux-5.10/fs/
H A Dlibfs.c981 ret = kstrtoll(attr->set_buf, 0, &val); in simple_attr_write_xsigned()
/kernel/linux/linux-6.6/fs/
H A Dlibfs.c1293 ret = kstrtoll(attr->set_buf, 0, &val); in simple_attr_write_xsigned()

Completed in 37 milliseconds