Searched refs:strict_strtoul_scaled (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | md.h | 731 extern int strict_strtoul_scaled(const char *cp, unsigned long *res, int scale);
|
H A D | md-bitmap.c | 2437 int rv = strict_strtoul_scaled(buf, &timeout, 4); in timeout_store()
|
H A D | md.c | 3887 int strict_strtoul_scaled(const char *cp, unsigned long *res, int scale) in strict_strtoul_scaled() function 3930 if (strict_strtoul_scaled(cbuf, &msec, 3) < 0 || msec > UINT_MAX / HZ) in safe_delay_store()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | md.h | 796 extern int strict_strtoul_scaled(const char *cp, unsigned long *res, int scale);
|
H A D | md-bitmap.c | 2508 int rv = strict_strtoul_scaled(buf, &timeout, 4); in timeout_store()
|
H A D | md.c | 3831 int strict_strtoul_scaled(const char *cp, unsigned long *res, int scale) in strict_strtoul_scaled() function 3874 if (strict_strtoul_scaled(cbuf, &msec, 3) < 0 || msec > UINT_MAX / HZ) in safe_delay_store()
|
Completed in 31 milliseconds