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

/linux-master/drivers/gpu/drm/i915/
H A Di915_pmu.h104 * @timer_last:
108 ktime_t timer_last; member in struct:i915_pmu
H A Di915_pmu.c294 pmu->timer_last = ktime_get();
494 period_ns = ktime_to_ns(ktime_sub(now, pmu->timer_last));
495 pmu->timer_last = now;

Completed in 216 milliseconds