Searched refs:kstrtouint (Results 1 – 6 of 6) sorted by relevance
| /lib/ |
| A D | kstrtox.c | 228 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 D | parser.c | 217 return kstrtouint(buf, 10, result); in match_uint()
|
| A D | fault-inject.c | 300 result = kstrtouint(page, 0, &tmp); in fault_uint_attr_store()
|
| A D | test_kmod.c | 881 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 D | stackdepot.c | 110 rv = kstrtouint(str, 0, &max_pools); in parse_max_pools()
|
| A D | dynamic_debug.c | 346 if (kstrtouint(str, 10, val) < 0) { in parse_lineno()
|
Completed in 17 milliseconds