Searched refs:cmc_history (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.c1385 static unsigned long cmc_history[CMC_HISTORY_LENGTH]; local
1401 if (now - cmc_history[i] <= HZ)
1429 cmc_history[index++] = now;
/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.c1385 static unsigned long cmc_history[CMC_HISTORY_LENGTH]; local
1401 if (now - cmc_history[i] <= HZ)
1429 cmc_history[index++] = now;

Completed in 67 milliseconds