Home
last modified time | relevance | path

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

/freebsd/sys/x86/x86/
H A Dmca.c1008 int cur_threshold, new_threshold; in cmci_update() local
1017 new_threshold = update_threshold(mode, valid, cc->last_intr, count, in cmci_update()
1022 if (new_threshold != cur_threshold) { in cmci_update()
1024 ctl |= new_threshold; in cmci_update()
1034 int new_threshold; in amd_thresholding_update() local
1042 new_threshold = update_threshold(mode, valid, cc->last_intr, count, in amd_thresholding_update()
1045 cc->cur_threshold = new_threshold; in amd_thresholding_update()