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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dtsc.c196 unsigned long tscmin, tscmax; local
214 tscmax = 0;
222 if ((unsigned long) delta > tscmax)
223 tscmax = (unsigned int) delta;
236 if (pitcnt < loopmin || tscmax > 10 * tscmin)

Completed in 105 milliseconds