Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/md/
Dmd.h610 extern int strict_strtoul_scaled(const char *cp, unsigned long *res, int scale);
Dbitmap.c1945 int rv = strict_strtoul_scaled(buf, &timeout, 4); in timeout_store()
Dmd.c3268 int strict_strtoul_scaled(const char *cp, unsigned long *res, int scale) in strict_strtoul_scaled() function
3312 if (strict_strtoul_scaled(cbuf, &msec, 3) < 0) in safe_delay_store()