Home
last modified time | relevance | path

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

/linux-4.1.27/tools/power/cpupower/debug/kernel/
Dcpufreq-test_tsc.c56 u64 now_tsc, then_tsc, diff_tsc; in cpufreq_test_tsc() local
84 rdtscll(then_tsc); in cpufreq_test_tsc()
90 diff_tsc = now_tsc - then_tsc; in cpufreq_test_tsc()
93 then_tsc = now_tsc; in cpufreq_test_tsc()