Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kernel/
Dtsc.c1307 static u64 tsc_start = ULLONG_MAX, ref_start; in tsc_refine_calibration_work() local
1329 tsc_start = tsc_read_refs(&ref_start, hpet); in tsc_refine_calibration_work()
1337 if (ref_start == ref_stop) in tsc_refine_calibration_work()
1347 freq = calc_hpet_ref(delta, ref_start, ref_stop); in tsc_refine_calibration_work()
1349 freq = calc_pmtimer_ref(delta, ref_start, ref_stop); in tsc_refine_calibration_work()