Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
H A Dintel_pstate.c244 u64 prev_tsc; member
2487 if (cpu->prev_mperf == mperf || cpu->prev_tsc == tsc) { in intel_pstate_sample()
2500 cpu->sample.tsc -= cpu->prev_tsc; in intel_pstate_sample()
2504 cpu->prev_tsc = tsc; in intel_pstate_sample()