Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dtscc_pit.c79 uint64_t tsc_now, tsc_end; in pit_sanity_check() local
85 tsc_now = tsc_read(); in pit_sanity_check()
86 tsc_end = tsc_now + TSC_MIN_TICKS; in pit_sanity_check()
96 while (tsc_now < tsc_end) in pit_sanity_check()
97 tsc_now = tsc_read(); in pit_sanity_check()
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_common.c1208 uint64_t tsc_now, tsc_end, tsc_amt, tsc_hz; in apic_calibrate_tsc() local
1229 tsc_now = tsc_read(); in apic_calibrate_tsc()
1230 tsc_end = tsc_now + tsc_amt; in apic_calibrate_tsc()
1233 while (tsc_now < tsc_end) in apic_calibrate_tsc()
1234 tsc_now = tsc_read(); in apic_calibrate_tsc()
1246 tsc_amt += tsc_now - tsc_end; in apic_calibrate_tsc()