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

/freebsd-11-stable/sys/x86/x86/
H A Dmca.c595 int cur_threshold, new_threshold; local
604 new_threshold = update_threshold(mode, valid, cc->last_intr, count,
609 if (new_threshold != cur_threshold) {
611 ctl |= new_threshold;
621 int new_threshold; local
631 new_threshold = update_threshold(mode, valid, cc->last_intr, count,
634 cc->cur_threshold = new_threshold;

Completed in 52 milliseconds