Home
last modified time | relevance | path

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

/freebsd/sys/x86/x86/
H A Dmca.c82 int cur_threshold; member
954 int cur_threshold, int max_threshold) in update_threshold() argument
960 limit = cur_threshold; in update_threshold()
1008 int cur_threshold, new_threshold; in cmci_update() local
1015 cur_threshold = ctl & MC_CTL2_THRESHOLD; in cmci_update()
1018 cur_threshold, cc->max_threshold); in cmci_update()
1022 if (new_threshold != cur_threshold) { in cmci_update()
1040 count = count - (MC_MISC_AMD_CNT_MAX - cc->cur_threshold); in amd_thresholding_update()
1043 cc->cur_threshold, MC_MISC_AMD_CNT_MAX); in amd_thresholding_update()
1045 cc->cur_threshold = new_threshold; in amd_thresholding_update()
[all …]