error_decay 720 drivers/md/bcache/bcache.h unsigned int error_decay; error_decay 91 drivers/md/bcache/io.c if (ca->set->error_decay) { error_decay 94 drivers/md/bcache/io.c while (count > ca->set->error_decay) { error_decay 97 drivers/md/bcache/io.c unsigned int new = count - ca->set->error_decay; error_decay 751 drivers/md/bcache/sysfs.c sysfs_print(io_error_halflife, c->error_decay * 88); error_decay 861 drivers/md/bcache/sysfs.c c->error_decay = v / 88;