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

/linux-master/arch/x86/kernel/
H A Dtsc.c428 unsigned long tscmin, tscmax; local
460 tscmax = 0;
468 if ((unsigned long) delta > tscmax)
469 tscmax = (unsigned int) delta;
482 if (pitcnt < loopmin || tscmax > 10 * tscmin)

Completed in 113 milliseconds