Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/
A Dkstrtox.c96 static int _kstrtoull(const char *s, unsigned int base, unsigned long long *res) in _kstrtoull() function
136 return _kstrtoull(s, base, res); in kstrtoull()
162 rv = _kstrtoull(s + 1, base, &tmp); in kstrtoll()
/linux-6.3-rc2/arch/x86/boot/
A Dstring.c295 static int _kstrtoull(const char *s, unsigned int base, unsigned long long *res) in _kstrtoull() function
335 return _kstrtoull(s, base, res); in kstrtoull()

Completed in 4 milliseconds