Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dtsc.c170 static unsigned long calc_pmtimer_ref(u64 deltatsc, u64 pm1, u64 pm2) in calc_pmtimer_ref() argument
174 if (!pm1 && !pm2) in calc_pmtimer_ref()
177 if (pm2 < pm1) in calc_pmtimer_ref()
179 pm2 -= pm1; in calc_pmtimer_ref()