Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/
Dtsc.c380 unsigned long tscmin, tscmax; in pit_calibrate_tsc() local
412 tscmax = 0; in pit_calibrate_tsc()
420 if ((unsigned long) delta > tscmax) in pit_calibrate_tsc()
421 tscmax = (unsigned int) delta; in pit_calibrate_tsc()
434 if (pitcnt < loopmin || tscmax > 10 * tscmin) in pit_calibrate_tsc()