_kstrtol          340 include/linux/kernel.h int __must_check _kstrtol(const char *s, unsigned int base, long *res);
_kstrtol          400 include/linux/kernel.h 		return _kstrtol(s, base, res);
_kstrtol          199 lib/kstrtox.c  EXPORT_SYMBOL(_kstrtol);