Home
last modified time | relevance | path

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

/lib/
Dkstrtox.c333 int kstrtobool(const char *s, bool *res) in kstrtobool() function
369 EXPORT_SYMBOL(kstrtobool);
384 return kstrtobool(buf, res); in kstrtobool_from_user()