Searched refs:kstrtobool (Results 1 – 4 of 4) sorted by relevance
348 int kstrtobool(const char *s, bool *res) in kstrtobool() function389 EXPORT_SYMBOL(kstrtobool);404 return kstrtobool(buf, res); in kstrtobool_from_user()
106 ret = kstrtobool(str, &stack_depot_disabled); in disable_stack_depot()
303 result = kstrtobool(page, &tmp); in fault_bool_attr_store()
368 if (kstrtobool(buf, cfg) < 0) in __test_dev_config_update_bool()