Home
last modified time | relevance | path

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

/linux/arch/x86/boot/
H A Dstring.c330 static int _kstrtoul(const char *s, unsigned int base, unsigned long *res) in _kstrtoul() function
369 return _kstrtoul(s, base, res); in boot_kstrtoul()