Searched refs:now_tsc (Results 1 – 1 of 1) sorted by relevance
57 u64 now_tsc, then_tsc, diff_tsc; in cpufreq_test_tsc() local89 now_tsc = rdtsc(); in cpufreq_test_tsc()91 diff_tsc = now_tsc - then_tsc; in cpufreq_test_tsc()94 then_tsc = now_tsc; in cpufreq_test_tsc()
Completed in 3 milliseconds