Searched refs:CPE_HISTORY_LENGTH (Results 1 – 1 of 1) sorted by relevance
151 #define CPE_HISTORY_LENGTH 5 macro540 static unsigned long cpe_history[CPE_HISTORY_LENGTH]; in ia64_mca_cpe_int_handler()556 for (i = 0; i < CPE_HISTORY_LENGTH; i++) { in ia64_mca_cpe_int_handler()561 IA64_MCA_DEBUG(KERN_INFO "CPE threshold %d/%d\n", count, CPE_HISTORY_LENGTH); in ia64_mca_cpe_int_handler()562 if (count >= CPE_HISTORY_LENGTH) { in ia64_mca_cpe_int_handler()581 if (index == CPE_HISTORY_LENGTH) in ia64_mca_cpe_int_handler()