Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Dmd.h655 extern int strict_strtoul_scaled(const char *cp, unsigned long *res, int scale);
Dbitmap.c2264 int rv = strict_strtoul_scaled(buf, &timeout, 4); in timeout_store()
Dmd.c3249 int strict_strtoul_scaled(const char *cp, unsigned long *res, int scale) in strict_strtoul_scaled() function
3292 if (strict_strtoul_scaled(cbuf, &msec, 3) < 0) in safe_delay_store()