Home
last modified time | relevance | path

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

/lib/
A Dkstrtox.c228 int kstrtouint(const char *s, unsigned int base, unsigned int *res) in kstrtouint() function
241 EXPORT_SYMBOL(kstrtouint);
430 kstrto_from_user(kstrtouint_from_user, kstrtouint, unsigned int);
A Dparser.c217 return kstrtouint(buf, 10, result); in match_uint()
A Dfault-inject.c300 result = kstrtouint(page, 0, &tmp); in fault_uint_attr_store()
A Dtest_kmod.c881 ret = kstrtouint(buf, 10, &val); in test_dev_config_update_uint_sync()
915 ret = kstrtouint(buf, 10, &val); in test_dev_config_update_uint_range()
A Dstackdepot.c110 rv = kstrtouint(str, 0, &max_pools); in parse_max_pools()
A Ddynamic_debug.c346 if (kstrtouint(str, 10, val) < 0) { in parse_lineno()

Completed in 17 milliseconds