timer_last        139 drivers/gpu/drm/i915/i915_pmu.c 		pmu->timer_last = ktime_get();
timer_last        266 drivers/gpu/drm/i915/i915_pmu.c 	period_ns = ktime_to_ns(ktime_sub(now, pmu->timer_last));
timer_last        267 drivers/gpu/drm/i915/i915_pmu.c 	pmu->timer_last = now;
timer_last         76 drivers/gpu/drm/i915/i915_pmu.h 	ktime_t timer_last;