Searched refs:_kstrtoul (Results 1 – 2 of 2) sorted by relevance
171 int _kstrtoul(const char *s, unsigned int base, unsigned long *res) in _kstrtoul() function184 EXPORT_SYMBOL(_kstrtoul);
267 int __must_check _kstrtoul(const char *s, unsigned int base, unsigned long *res);299 return _kstrtoul(s, base, res); in kstrtoul()