Home
last modified time | relevance | path

Searched refs:strtoul_safe_clamp (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/bcache/
H A Dsysfs.h97 ret = strtoul_safe_clamp(buf, v, min, max); \
H A Dsysfs.c315 ret = strtoul_safe_clamp(buf, v, 1, INT_MAX); in SHOW_LOCKED()
873 ret = strtoul_safe_clamp(buf, v, 0, UINT_MAX); in SHOW_LOCKED()
H A Dutil.h336 #define strtoul_safe_clamp(cp, var, min, max) \ macro
/kernel/linux/linux-6.6/drivers/md/bcache/
H A Dsysfs.h111 ret = strtoul_safe_clamp(buf, v, min, max); \
H A Dsysfs.c322 ret = strtoul_safe_clamp(buf, v, 1, INT_MAX); in SHOW_LOCKED()
894 ret = strtoul_safe_clamp(buf, v, 0, UINT_MAX); in SHOW_LOCKED()
H A Dutil.h334 #define strtoul_safe_clamp(cp, var, min, max) \ macro

Completed in 5 milliseconds