Searched refs:new_threshold (Results 1 – 1 of 1) sorted by relevance
1008 int cur_threshold, new_threshold; in cmci_update() local1017 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() local1042 new_threshold = update_threshold(mode, valid, cc->last_intr, count, in amd_thresholding_update()1045 cc->cur_threshold = new_threshold; in amd_thresholding_update()