Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_pmu.h108 ktime_t timer_last; member
H A Di915_pmu.c284 pmu->timer_last = ktime_get(); in __i915_pmu_maybe_start_timer()
483 period_ns = ktime_to_ns(ktime_sub(now, pmu->timer_last)); in i915_sample()
484 pmu->timer_last = now; in i915_sample()
/openbmc/qemu/audio/
H A Daudio_int.h235 uint64_t timer_last; member
H A Daudio.c831 s->timer_last = qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL); in audio_reset_timer()
849 diff = now - s->timer_last; in audio_timer()
853 s->timer_last = now; in audio_timer()