Home
last modified time | relevance | path

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

/linux/drivers/md/bcache/
H A Dsysfs.c107 rw_attribute(congested_read_threshold_us);
775 sysfs_print(congested_read_threshold_us, in SHOW()
776 c->congested_read_threshold_us); in SHOW()
866 sysfs_strtoul_clamp(congested_read_threshold_us, in STORE()
867 c->congested_read_threshold_us, in STORE()
H A Dbcache.h709 unsigned int congested_read_threshold_us; member
H A Drequest.c328 if (!c->congested_read_threshold_us && in bch_get_congested()