Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/bcache/
Dio.c161 if (ca->set->error_decay) { in bch_count_io_errors()
164 while (count > ca->set->error_decay) { in bch_count_io_errors()
167 unsigned new = count - ca->set->error_decay; in bch_count_io_errors()
Dsysfs.c554 sysfs_print(io_error_halflife, c->error_decay * 88); in SHOW()
646 c->error_decay = strtoul_or_return(buf) / 88; in STORE()
Dbcache.h670 unsigned error_decay; member