Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kernel/
Dtsc.c1309 u64 tsc_stop, ref_stop, delta; in tsc_refine_calibration_work() local
1334 tsc_stop = tsc_read_refs(&ref_stop, hpet); in tsc_refine_calibration_work()
1341 if (tsc_stop == ULLONG_MAX) in tsc_refine_calibration_work()
1344 delta = tsc_stop - tsc_start; in tsc_refine_calibration_work()
1365 set_cyc2ns_scale(tsc_khz, cpu, tsc_stop); in tsc_refine_calibration_work()