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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/ia64/kernel/
H A Dmca.c148 #define CMC_HISTORY_LENGTH 5 macro
1385 static unsigned long cmc_history[CMC_HISTORY_LENGTH];
1400 for (i = 0; i < CMC_HISTORY_LENGTH; i++) {
1405 IA64_MCA_DEBUG(KERN_INFO "CMC threshold %d/%d\n", count, CMC_HISTORY_LENGTH);
1406 if (count >= CMC_HISTORY_LENGTH) {
1430 if (index == CMC_HISTORY_LENGTH)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/ia64/kernel/
H A Dmca.c148 #define CMC_HISTORY_LENGTH 5 macro
1385 static unsigned long cmc_history[CMC_HISTORY_LENGTH];
1400 for (i = 0; i < CMC_HISTORY_LENGTH; i++) {
1405 IA64_MCA_DEBUG(KERN_INFO "CMC threshold %d/%d\n", count, CMC_HISTORY_LENGTH);
1406 if (count >= CMC_HISTORY_LENGTH) {
1430 if (index == CMC_HISTORY_LENGTH)

Completed in 159 milliseconds