Home
last modified time | relevance | path

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

/lib/
Dkstrtox.c224 int kstrtouint(const char *s, unsigned int base, unsigned int *res) in kstrtouint() function
237 EXPORT_SYMBOL(kstrtouint);
412 kstrto_from_user(kstrtouint_from_user, kstrtouint, unsigned int);
Ddynamic_debug.c284 if (kstrtouint(str, 10, val) < 0) { in parse_lineno()