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

/linux-master/drivers/ras/
H A Dcec.c44 * When an element reaches it's max count of action_threshold, we try to poison
45 * it by assuming that errors triggered action_threshold times in a single page
46 * are excessive and that page shouldn't be used anymore. action_threshold is
129 static u64 action_threshold = COUNT_MASK; variable
361 if (count >= action_threshold) {
439 action_threshold = val;
472 seq_printf(m, "Action threshold: %lld\n", action_threshold);
504 count = debugfs_create_file("action_threshold", S_IRUSR | S_IWUSR, d,
505 &action_threshold, &action_threshold_ops);
507 pr_warn("Error creating action_threshold debugf
[all...]

Completed in 154 milliseconds