Home
last modified time | relevance | path

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

/lib/
Dkstrtox.c217 int kstrtouint(const char *s, unsigned int base, unsigned int *res) in kstrtouint() function
230 EXPORT_SYMBOL(kstrtouint);
405 kstrto_from_user(kstrtouint_from_user, kstrtouint, unsigned int);
Ddynamic_debug.c285 if (kstrtouint(str, 10, val) < 0) { in parse_lineno()