kstrtoll           75 arch/powerpc/sysdev/fsl_mpic_timer_wakeup.c 	if (kstrtoll(buf, 0, &interval))
kstrtoll         2319 drivers/md/md-bitmap.c 				rv = kstrtoll(buf+1, 10, &offset);
kstrtoll         2321 drivers/md/md-bitmap.c 				rv = kstrtoll(buf, 10, &offset);
kstrtoll          279 fs/jfs/super.c 			int rc = kstrtoll(resize, 0, newLVSize);
kstrtoll          343 include/linux/kernel.h int __must_check kstrtoll(const char *s, unsigned int base, long long *res);
kstrtoll          398 include/linux/kernel.h 		return kstrtoll(s, base, (long long *)res);
kstrtoll          413 include/linux/kernel.h 	return kstrtoll(s, base, res);
kstrtoll          287 include/linux/sunrpc/cache.h 	if (kstrtoll(buf, 0, &ll))
kstrtoll         3775 kernel/cgroup/cgroup.c 		ret = kstrtoll(buf, 0, &v);
kstrtoll          269 kernel/cgroup/pids.c 	err = kstrtoll(buf, 0, &limit);
kstrtoll         1360 kernel/trace/trace_events_filter.c 			ret = kstrtoll(num_buf, 0, &val);
kstrtoll          167 lib/kstrtox.c  EXPORT_SYMBOL(kstrtoll);
kstrtoll          191 lib/kstrtox.c  	rv = kstrtoll(s, base, &tmp);
kstrtoll          253 lib/kstrtox.c  	rv = kstrtoll(s, base, &tmp);
kstrtoll          283 lib/kstrtox.c  	rv = kstrtoll(s, base, &tmp);
kstrtoll          313 lib/kstrtox.c  	rv = kstrtoll(s, base, &tmp);
kstrtoll          402 lib/kstrtox.c  kstrto_from_user(kstrtoll_from_user,	kstrtoll,	long long);
kstrtoll          268 lib/test-kstrtox.c 	TEST_OK(kstrtoll, long long, "%lld", test_ll_ok);
kstrtoll          287 lib/test-kstrtox.c 	TEST_FAIL(kstrtoll, long long, "%lld", test_ll_fail);