Home
last modified time | relevance | path

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

/lib/
Dkstrtox.c332 int kstrtobool(const char *s, bool *res) in kstrtobool() function
368 EXPORT_SYMBOL(kstrtobool);
383 return kstrtobool(buf, res); in kstrtobool_from_user()