Searched refs:CMC_HISTORY_LENGTH (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/ia64/kernel/
H A Dmca.c147 #define CMC_HISTORY_LENGTH 5 macro
1395 static unsigned long cmc_history[CMC_HISTORY_LENGTH]; ia64_mca_cmc_int_handler()
1410 for (i = 0; i < CMC_HISTORY_LENGTH; i++) { ia64_mca_cmc_int_handler()
1415 IA64_MCA_DEBUG(KERN_INFO "CMC threshold %d/%d\n", count, CMC_HISTORY_LENGTH); ia64_mca_cmc_int_handler()
1416 if (count >= CMC_HISTORY_LENGTH) { ia64_mca_cmc_int_handler()
1440 if (index == CMC_HISTORY_LENGTH) ia64_mca_cmc_int_handler()

Completed in 74 milliseconds