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