Home
last modified time | relevance | path

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

/linux/lib/
A 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);
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/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/arch/powerpc/sysdev/
A Dfsl_mpic_timer_wakeup.c75 if (kstrtoll(buf, 0, &interval)) in fsl_timer_wakeup_store()
/linux/include/linux/sunrpc/
A Dcache.h296 if (kstrtoll(buf, 0, &ll)) in get_time()
/linux/kernel/cgroup/
A Dpids.c276 err = kstrtoll(buf, 0, &limit); in pids_max_write()
A Dcgroup.c3895 ret = kstrtoll(buf, 0, &v); in cgroup_file_write()
/linux/kernel/trace/
A Dtrace_events_inject.c95 ret = kstrtoll(num, 0, &val); in parse_field()
A Dtrace_events_filter.c1360 ret = kstrtoll(num_buf, 0, &val); in parse_pred()
/linux/fs/jfs/
A Dsuper.c279 int rc = kstrtoll(resize, 0, newLVSize); in parse_options()
/linux/drivers/md/
A Dmd-bitmap.c2319 rv = kstrtoll(buf+1, 10, &offset); in location_store()
2321 rv = kstrtoll(buf, 10, &offset); in location_store()
/linux/Documentation/process/
A Ddeprecated.rst103 in callers. The respective kstrtol(), kstrtoll(),
/linux/Documentation/translations/it_IT/process/
A Ddeprecated.rst112 inaspettati. Le rispettive funzioni kstrtol(), kstrtoll(),
/linux/Documentation/dev-tools/
A Dcheckpatch.rst296 kstrtoll(), kstrtoul(), and kstrtoull() functions tend to be the
/linux/
A Dvmlinux.symvers46 0x00000000 kstrtoll vmlinux EXPORT_SYMBOL
A DSystem.map16704 ffff80001049cec0 T kstrtoll
A D.tmp_System.map16704 ffff80001049cec0 T kstrtoll

Completed in 379 milliseconds