Lines Matching defs:tsc_last
462 static u64 msr_last, tsc_last;
471 if (!msr_last || !tsc_last)
473 else if (tsc_now-tsc_last) {
475 do_div(val64, (tsc_now-tsc_last));
481 tsc_last = tsc_now;
530 static u64 tsc_last;
540 if (!msr_last || !tsc_last)
543 if (tsc_now - tsc_last) {
545 do_div(val64, (tsc_now - tsc_last));
552 tsc_last = tsc_now;