Searched refs:kstrtoll (Results 1 – 17 of 17) sorted by relevance
| /linux/lib/ |
| A D | kstrtox.c | 151 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 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()
|
| /linux/include/linux/ |
| A D | kstrtox.h | 13 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 D | fsl_mpic_timer_wakeup.c | 75 if (kstrtoll(buf, 0, &interval)) in fsl_timer_wakeup_store()
|
| /linux/include/linux/sunrpc/ |
| A D | cache.h | 296 if (kstrtoll(buf, 0, &ll)) in get_time()
|
| /linux/kernel/cgroup/ |
| A D | pids.c | 276 err = kstrtoll(buf, 0, &limit); in pids_max_write()
|
| A D | cgroup.c | 3895 ret = kstrtoll(buf, 0, &v); in cgroup_file_write()
|
| /linux/kernel/trace/ |
| A D | trace_events_inject.c | 95 ret = kstrtoll(num, 0, &val); in parse_field()
|
| A D | trace_events_filter.c | 1360 ret = kstrtoll(num_buf, 0, &val); in parse_pred()
|
| /linux/fs/jfs/ |
| A D | super.c | 279 int rc = kstrtoll(resize, 0, newLVSize); in parse_options()
|
| /linux/drivers/md/ |
| A D | md-bitmap.c | 2319 rv = kstrtoll(buf+1, 10, &offset); in location_store() 2321 rv = kstrtoll(buf, 10, &offset); in location_store()
|
| /linux/Documentation/process/ |
| A D | deprecated.rst | 103 in callers. The respective kstrtol(), kstrtoll(),
|
| /linux/Documentation/translations/it_IT/process/ |
| A D | deprecated.rst | 112 inaspettati. Le rispettive funzioni kstrtol(), kstrtoll(),
|
| /linux/Documentation/dev-tools/ |
| A D | checkpatch.rst | 296 kstrtoll(), kstrtoul(), and kstrtoull() functions tend to be the
|
| /linux/ |
| A D | vmlinux.symvers | 46 0x00000000 kstrtoll vmlinux EXPORT_SYMBOL
|
| A D | System.map | 16704 ffff80001049cec0 T kstrtoll
|
| A D | .tmp_System.map | 16704 ffff80001049cec0 T kstrtoll
|
Completed in 379 milliseconds