Home
last modified time | relevance | path

Searched refs:_kstrtoul (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/arch/x86/boot/
Dstring.c338 static int _kstrtoul(const char *s, unsigned int base, unsigned long *res) in _kstrtoul() function
377 return _kstrtoul(s, base, res); in boot_kstrtoul()
/Linux-v5.10/lib/
Dkstrtox.c168 int _kstrtoul(const char *s, unsigned int base, unsigned long *res) in _kstrtoul() function
181 EXPORT_SYMBOL(_kstrtoul);
/Linux-v5.10/include/linux/
Dkernel.h330 int __must_check _kstrtoul(const char *s, unsigned int base, unsigned long *res);
361 return _kstrtoul(s, base, res); in kstrtoul()