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.c839 int cur_threshold, new_threshold; in cmci_update() local
848 new_threshold = update_threshold(mode, valid, cc->last_intr, count, in cmci_update()
853 if (new_threshold != cur_threshold) { in cmci_update()
855 ctl |= new_threshold; in cmci_update()
865 int new_threshold; in amd_thresholding_update() local
873 new_threshold = update_threshold(mode, valid, cc->last_intr, count, in amd_thresholding_update()
876 cc->cur_threshold = new_threshold; in amd_thresholding_update()