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

/linux-master/drivers/md/bcache/
H A Dio.c92 if (ca->set->error_decay) {
95 while (count > ca->set->error_decay) {
98 unsigned int new = count - ca->set->error_decay;
H A Dsysfs.c771 sysfs_print(io_error_halflife, c->error_decay * 88);
891 c->error_decay = v / 88;
H A Dbcache.h729 unsigned int error_decay; member in struct:cache_set

Completed in 202 milliseconds