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

/linux-4.1.27/arch/x86/kernel/
H A Dtsc.c444 unsigned long tscmin, tscmax; pit_calibrate_tsc() local
462 tscmax = 0; pit_calibrate_tsc()
470 if ((unsigned long) delta > tscmax) pit_calibrate_tsc()
471 tscmax = (unsigned int) delta; pit_calibrate_tsc()
484 if (pitcnt < loopmin || tscmax > 10 * tscmin) pit_calibrate_tsc()

Completed in 169 milliseconds