Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dtscc_hpet.c43 uint64_t hpet_sum = 0; in tsc_calibrate_hpet() local
86 hpet_sum += hpet_num_ticks + hpet_now - hpet_end; in tsc_calibrate_hpet()
89 uint64_t hpet_avg = hpet_sum / TSC_NUM_SAMPLES; in tsc_calibrate_hpet()