Searched refs:tsc_now (Results 1 – 1 of 1) sorted by relevance
484 int tsc_now, hpet_now; in hpet_calibrate_tsc() local497 rdtscl(tsc_now); in hpet_calibrate_tsc()499 } while ((tsc_now - tsc_start) < TICK_COUNT && (hpet_now - hpet_start) < TICK_COUNT); in hpet_calibrate_tsc()501 return (tsc_now - tsc_start) * 1000000000L in hpet_calibrate_tsc()