| /OK3568_Linux_fs/kernel/lib/ |
| H A D | kstrtox.c | 150 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 D | test-kstrtox.c | 268 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 D | kernel.h | 334 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 D | fsl_mpic_timer_wakeup.c | 75 if (kstrtoll(buf, 0, &interval)) in fsl_timer_wakeup_store()
|
| /OK3568_Linux_fs/kernel/include/linux/sunrpc/ |
| H A D | cache.h | 295 if (kstrtoll(buf, 0, &ll)) in get_time()
|
| /OK3568_Linux_fs/kernel/kernel/cgroup/ |
| H A D | pids.c | 276 err = kstrtoll(buf, 0, &limit); in pids_max_write()
|
| H A D | cgroup.c | 3872 ret = kstrtoll(buf, 0, &v); in cgroup_file_write()
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | trace_events_inject.c | 95 ret = kstrtoll(num, 0, &val); in parse_field()
|
| H A D | trace_events_filter.c | 1450 ret = kstrtoll(num_buf, 0, &val); in parse_pred()
|
| /OK3568_Linux_fs/kernel/Documentation/translations/it_IT/process/ |
| H A D | deprecated.rst | 107 inaspettati. Le rispettive funzioni kstrtol(), kstrtoll(),
|
| /OK3568_Linux_fs/kernel/fs/jfs/ |
| H A D | super.c | 280 int rc = kstrtoll(resize, 0, newLVSize); in parse_options()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_virtual_device | 870 kstrtoll
|
| H A D | abi_gki_aarch64_exynosauto | 719 kstrtoll
|
| H A D | abi_gki_aarch64_vivo | 868 kstrtoll
|
| H A D | abi_gki_aarch64_generic | 1054 kstrtoll
|
| H A D | abi_gki_aarch64_exynos | 1102 kstrtoll
|
| H A D | abi_gki_aarch64_imx | 1500 kstrtoll
|
| H A D | abi_gki_aarch64_qcom | 1332 kstrtoll
|
| H A D | abi_gki_aarch64_mtk | 1112 kstrtoll
|
| H A D | abi_gki_aarch64_rockchip | 2241 kstrtoll
|
| H A D | abi_gki_aarch64_oplus | 1440 kstrtoll
|
| H A D | abi_gki_aarch64_galaxy | 2449 kstrtoll
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | md-bitmap.c | 2321 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 D | deprecated.rst | 102 in callers. The respective kstrtol(), kstrtoll(),
|