Lines Matching defs:tsc_last
332 static u64 msr_last, tsc_last;
341 if (!msr_last || !tsc_last)
343 else if (tsc_now-tsc_last) {
345 do_div(val64, (tsc_now-tsc_last));
351 tsc_last = tsc_now;
450 static u64 tsc_last;
460 if (!msr_last || !tsc_last)
463 if (tsc_now - tsc_last) {
465 do_div(val64, (tsc_now - tsc_last));
472 tsc_last = tsc_now;