Home
last modified time | relevance | path

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

/Linux-v4.19/lib/
Dkstrtox.c145 int kstrtoll(const char *s, unsigned int base, long long *res) in kstrtoll() function
167 EXPORT_SYMBOL(kstrtoll);
191 rv = kstrtoll(s, base, &tmp); in _kstrtol()
253 rv = kstrtoll(s, base, &tmp); in kstrtoint()
283 rv = kstrtoll(s, base, &tmp); in kstrtos16()
313 rv = kstrtoll(s, base, &tmp); in kstrtos8()
402 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-v4.19/arch/powerpc/sysdev/
Dfsl_mpic_timer_wakeup.c79 if (kstrtoll(buf, 0, &interval)) in fsl_timer_wakeup_store()
/Linux-v4.19/include/linux/
Dkernel.h348 int __must_check kstrtoll(const char *s, unsigned int base, long long *res);
403 return kstrtoll(s, base, (long long *)res); in kstrtol()
418 return kstrtoll(s, base, res); in kstrtos64()
/Linux-v4.19/include/linux/sunrpc/
Dcache.h282 if (kstrtoll(buf, 0, &ll)) in get_time()
/Linux-v4.19/kernel/cgroup/
Dpids.c271 err = kstrtoll(buf, 0, &limit); in pids_max_write()
Dcgroup.c3476 ret = kstrtoll(buf, 0, &v); in cgroup_file_write()
/Linux-v4.19/fs/jfs/
Dsuper.c308 int rc = kstrtoll(resize, 0, newLVSize); in parse_options()
/Linux-v4.19/drivers/md/
Dmd-bitmap.c2312 rv = kstrtoll(buf+1, 10, &offset); in location_store()
2314 rv = kstrtoll(buf, 10, &offset); in location_store()
/Linux-v4.19/kernel/trace/
Dtrace_events_filter.c1331 ret = kstrtoll(num_buf, 0, &val); in parse_pred()