cpe_history       538 arch/ia64/kernel/mca.c 	static unsigned long	cpe_history[CPE_HISTORY_LENGTH];
cpe_history       555 arch/ia64/kernel/mca.c 			if (now - cpe_history[i] <= HZ)
cpe_history       578 arch/ia64/kernel/mca.c 			cpe_history[index++] = now;