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

/freebsd-11-stable/sys/x86/x86/
H A Dmca.c75 int max_threshold; member in struct:cmc_state
541 int cur_threshold, int max_threshold)
557 limit < max_threshold) {
558 limit = min(limit << 1, max_threshold);
582 else if (limit > max_threshold)
583 limit = max_threshold;
605 cur_threshold, cc->max_threshold);
908 cc->max_threshold = ctl & MC_CTL2_THRESHOLD;
540 update_threshold(enum scan_mode mode, int valid, int last_intr, int count, int cur_threshold, int max_threshold) argument

Completed in 32 milliseconds