Searched refs:CPE_HISTORY_LENGTH (Results 1 – 1 of 1) sorted by relevance
148 #define CPE_HISTORY_LENGTH 5 macro536 static unsigned long cpe_history[CPE_HISTORY_LENGTH]; in ia64_mca_cpe_int_handler()552 for (i = 0; i < CPE_HISTORY_LENGTH; i++) { in ia64_mca_cpe_int_handler()557 IA64_MCA_DEBUG(KERN_INFO "CPE threshold %d/%d\n", count, CPE_HISTORY_LENGTH); in ia64_mca_cpe_int_handler()558 if (count >= CPE_HISTORY_LENGTH) { in ia64_mca_cpe_int_handler()577 if (index == CPE_HISTORY_LENGTH) in ia64_mca_cpe_int_handler()