Home
last modified time | relevance | path

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

/drivers/cpufreq/
Dintel_pstate.c248 u64 prev_tsc; member
1714 if (cpu->prev_mperf == mperf || cpu->prev_tsc == tsc) { in intel_pstate_sample()
1727 cpu->sample.tsc -= cpu->prev_tsc; in intel_pstate_sample()
1731 cpu->prev_tsc = tsc; in intel_pstate_sample()