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

/freebsd-11-stable/sys/x86/x86/
H A Dmca.c80 int cur_threshold; member in struct:amd_et_state
541 int cur_threshold, int max_threshold)
547 limit = cur_threshold;
595 int cur_threshold, new_threshold; local
602 cur_threshold = ctl & MC_CTL2_THRESHOLD;
605 cur_threshold, cc->max_threshold);
609 if (new_threshold != cur_threshold) {
629 count = count - (MC_MISC_AMDNB_CNT_MAX - cc->cur_threshold);
632 cc->cur_threshold, MC_MISC_AMDNB_CNT_MAX);
634 cc->cur_threshold
540 update_threshold(enum scan_mode mode, int valid, int last_intr, int count, int cur_threshold, int max_threshold) argument
[all...]

Completed in 56 milliseconds