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

/linux-master/arch/x86/kernel/
H A Dtsc.c536 u64 tsc = 0, prev_tsc = 0; local
541 prev_tsc = tsc;
544 *deltap = get_cycles() - prev_tsc;
/linux-master/drivers/cpufreq/
H A Dintel_pstate.c202 * @prev_tsc: Last timestamp counter (TSC) value
240 u64 prev_tsc; member in struct:cpudata
2170 if (cpu->prev_mperf == mperf || cpu->prev_tsc == tsc) {
2183 cpu->sample.tsc -= cpu->prev_tsc;
2187 cpu->prev_tsc = tsc;

Completed in 113 milliseconds