Home
last modified time | relevance | path

Searched refs:tscmin (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/arch/x86/kernel/
Dtsc.c199 unsigned long tscmin, tscmax; in pit_calibrate_tsc() local
218 tscmin = ULONG_MAX; in pit_calibrate_tsc()
223 if ((unsigned long) delta < tscmin) in pit_calibrate_tsc()
224 tscmin = (unsigned int) delta; in pit_calibrate_tsc()
239 if (pitcnt < loopmin || tscmax > 10 * tscmin) in pit_calibrate_tsc()