Home
last modified time | relevance | path

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

/lib/
Dkstrtox.c228 int kstrtouint(const char *s, unsigned int base, unsigned int *res) in kstrtouint() function
241 EXPORT_SYMBOL(kstrtouint);
426 kstrto_from_user(kstrtouint_from_user, kstrtouint, unsigned int);
Dparser.c217 return kstrtouint(buf, 10, result); in match_uint()
Dfault-inject.c277 result = kstrtouint(page, 0, &tmp); in fault_uint_attr_store()
Dtest_kmod.c872 ret = kstrtouint(buf, 10, &val); in test_dev_config_update_uint_sync()
906 ret = kstrtouint(buf, 10, &val); in test_dev_config_update_uint_range()
Ddynamic_debug.c346 if (kstrtouint(str, 10, val) < 0) { in parse_lineno()