Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/kernel/
A Dtsc.c408 unsigned long tscmin, tscmax; in pit_calibrate_tsc() local
440 tscmax = 0; in pit_calibrate_tsc()
448 if ((unsigned long) delta > tscmax) in pit_calibrate_tsc()
449 tscmax = (unsigned int) delta; in pit_calibrate_tsc()
462 if (pitcnt < loopmin || tscmax > 10 * tscmin) in pit_calibrate_tsc()

Completed in 7 milliseconds