Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/x86_64/kernel/
Dtime.c484 int tsc_now, hpet_now; in hpet_calibrate_tsc() local
497 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()