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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dmca.c496 static unsigned long cpe_history[CPE_HISTORY_LENGTH]; local
513 if (now - cpe_history[i] <= HZ)
536 cpe_history[index++] = now;

Completed in 56 milliseconds