Home
last modified time | relevance | path

Searched refs:_kstrtol (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/lib/
Dkstrtox.c191 int _kstrtol(const char *s, unsigned int base, long *res) in _kstrtol() function
204 EXPORT_SYMBOL(_kstrtol);
/kernel/linux/linux-5.10/include/linux/
Dkernel.h331 int __must_check _kstrtol(const char *s, unsigned int base, long *res);
389 return _kstrtol(s, base, res); in kstrtol()