kstrtoll_from_user  433 include/linux/kernel.h int __must_check kstrtoll_from_user(const char __user *s, size_t count, unsigned int base, long long *res);
kstrtoll_from_user  451 include/linux/kernel.h 	return kstrtoll_from_user(s, count, base, res);
kstrtoll_from_user  402 lib/kstrtox.c  kstrto_from_user(kstrtoll_from_user,	kstrtoll,	long long);