Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/md/bcache/
Dsysfs.c281 #define d_strtoul_nonzero(var) sysfs_strtoul_clamp(var, dc->var, 1, INT_MAX) in STORE()
289 sysfs_strtoul_clamp(writeback_delay, dc->writeback_delay, 0, UINT_MAX); in STORE()
291 sysfs_strtoul_clamp(writeback_percent, dc->writeback_percent, in STORE()
308 sysfs_strtoul_clamp(writeback_rate_update_seconds, in STORE()
311 sysfs_strtoul_clamp(writeback_rate_i_term_inverse, in STORE()
314 sysfs_strtoul_clamp(writeback_rate_p_term_inverse, in STORE()
317 sysfs_strtoul_clamp(writeback_rate_minimum, in STORE()
321 sysfs_strtoul_clamp(io_error_limit, dc->error_limit, 0, INT_MAX); in STORE()
329 sysfs_strtoul_clamp(sequential_cutoff, in STORE()
815 sysfs_strtoul_clamp(congested_read_threshold_us, in STORE()
[all …]
Dsysfs.h92 #define sysfs_strtoul_clamp(file, var, min, max) \ macro