Searched refs:error_decay (Results 1 – 3 of 3) sorted by relevance
79 if (ca->set->error_decay) { in bch_count_io_errors()82 while (count > ca->set->error_decay) { in bch_count_io_errors()85 unsigned int new = count - ca->set->error_decay; in bch_count_io_errors()
659 sysfs_print(io_error_halflife, c->error_decay * 88); in SHOW()768 c->error_decay = strtoul_or_return(buf) / 88; in STORE()
699 unsigned int error_decay; member