Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/bench/page_pool/
H A Dtime_bench.h28 uint64_t tsc_stop; member
228 rec->tsc_stop = tsc_stop_clock(); in time_bench_stop()
H A Dtime_bench.c139 rec->tsc_interval = rec->tsc_stop - rec->tsc_start; in time_bench_calc_stats()
/linux/arch/x86/kernel/
H A Dtsc.c1327 u64 tsc_stop, ref_stop, delta; in tsc_refine_calibration_work() local
1352 tsc_stop = tsc_read_refs(&ref_stop, hpet); in tsc_refine_calibration_work()
1359 if (tsc_stop == ULLONG_MAX) in tsc_refine_calibration_work()
1362 delta = tsc_stop - tsc_start; in tsc_refine_calibration_work()
1402 set_cyc2ns_scale(tsc_khz, cpu, tsc_stop); in tsc_refine_calibration_work()