Searched refs:kstrtoll (Results 1 – 10 of 10) sorted by relevance
| /linux-4.4.14/lib/ |
| D | kstrtox.c | 146 int kstrtoll(const char *s, unsigned int base, long long *res) in kstrtoll() function 168 EXPORT_SYMBOL(kstrtoll); 192 rv = kstrtoll(s, base, &tmp); in _kstrtol() 254 rv = kstrtoll(s, base, &tmp); in kstrtoint() 284 rv = kstrtoll(s, base, &tmp); in kstrtos16() 314 rv = kstrtoll(s, base, &tmp); in kstrtos8() 339 kstrto_from_user(kstrtoll_from_user, kstrtoll, long long);
|
| 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-4.4.14/include/linux/ |
| D | kernel.h | 272 int __must_check kstrtoll(const char *s, unsigned int base, long long *res); 327 return kstrtoll(s, base, (long long *)res); in kstrtol() 342 return kstrtoll(s, base, res); in kstrtos64()
|
| /linux-4.4.14/include/linux/sunrpc/ |
| D | cache.h | 289 if (kstrtoll(buf, 0, &ll)) in get_time()
|
| /linux-4.4.14/kernel/ |
| D | cgroup_pids.c | 253 err = kstrtoll(buf, 0, &limit); in pids_max_write()
|
| D | cgroup.c | 3237 ret = kstrtoll(buf, 0, &v); in cgroup_file_write()
|
| /linux-4.4.14/fs/jfs/ |
| D | super.c | 278 int rc = kstrtoll(resize, 0, newLVSize); in parse_options()
|
| /linux-4.4.14/drivers/md/ |
| D | bitmap.c | 2158 rv = kstrtoll(buf+1, 10, &offset); in location_store() 2160 rv = kstrtoll(buf, 10, &offset); in location_store()
|
| /linux-4.4.14/Documentation/DocBook/ |
| D | kernel-api.xml.db | 61 API-kstrtoll
|
| /linux-4.4.14/kernel/trace/ |
| D | trace_events_filter.c | 1067 ret = kstrtoll(pred->regex.pattern, 0, &val); in init_pred()
|