Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/
H A Di915_pmu.h101 ktime_t timer_last; member
H A Di915_pmu.c291 pmu->timer_last = ktime_get(); in __i915_pmu_maybe_start_timer()
516 period_ns = ktime_to_ns(ktime_sub(now, pmu->timer_last)); in i915_sample()
517 pmu->timer_last = now; in i915_sample()