Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/
H A Dkstrtox.c150 int kstrtoll(const char *s, unsigned int base, long long *res) in kstrtoll() function
172 EXPORT_SYMBOL(kstrtoll);
196 rv = kstrtoll(s, base, &tmp); in _kstrtol()
256 rv = kstrtoll(s, base, &tmp); in kstrtoint()
286 rv = kstrtoll(s, base, &tmp); in kstrtos16()
316 rv = kstrtoll(s, base, &tmp); in kstrtos8()
405 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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dkernel.h334 int __must_check kstrtoll(const char *s, unsigned int base, long long *res);
387 return kstrtoll(s, base, (long long *)res); in kstrtol()
402 return kstrtoll(s, base, res); in kstrtos64()
/OK3568_Linux_fs/kernel/arch/powerpc/sysdev/
H A Dfsl_mpic_timer_wakeup.c75 if (kstrtoll(buf, 0, &interval)) in fsl_timer_wakeup_store()
/OK3568_Linux_fs/kernel/include/linux/sunrpc/
H A Dcache.h295 if (kstrtoll(buf, 0, &ll)) in get_time()
/OK3568_Linux_fs/kernel/kernel/cgroup/
H A Dpids.c276 err = kstrtoll(buf, 0, &limit); in pids_max_write()
H A Dcgroup.c3872 ret = kstrtoll(buf, 0, &v); in cgroup_file_write()
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_events_inject.c95 ret = kstrtoll(num, 0, &val); in parse_field()
H A Dtrace_events_filter.c1450 ret = kstrtoll(num_buf, 0, &val); in parse_pred()
/OK3568_Linux_fs/kernel/Documentation/translations/it_IT/process/
H A Ddeprecated.rst107 inaspettati. Le rispettive funzioni kstrtol(), kstrtoll(),
/OK3568_Linux_fs/kernel/fs/jfs/
H A Dsuper.c280 int rc = kstrtoll(resize, 0, newLVSize); in parse_options()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_virtual_device870 kstrtoll
H A Dabi_gki_aarch64_exynosauto719 kstrtoll
H A Dabi_gki_aarch64_vivo868 kstrtoll
H A Dabi_gki_aarch64_generic1054 kstrtoll
H A Dabi_gki_aarch64_exynos1102 kstrtoll
H A Dabi_gki_aarch64_imx1500 kstrtoll
H A Dabi_gki_aarch64_qcom1332 kstrtoll
H A Dabi_gki_aarch64_mtk1112 kstrtoll
H A Dabi_gki_aarch64_rockchip2241 kstrtoll
H A Dabi_gki_aarch64_oplus1440 kstrtoll
H A Dabi_gki_aarch64_galaxy2449 kstrtoll
/OK3568_Linux_fs/kernel/drivers/md/
H A Dmd-bitmap.c2321 rv = kstrtoll(buf+1, 10, &offset); in location_store()
2323 rv = kstrtoll(buf, 10, &offset); in location_store()
/OK3568_Linux_fs/kernel/Documentation/process/
H A Ddeprecated.rst102 in callers. The respective kstrtol(), kstrtoll(),