hrtimer
struct hrtimer vblank_timer;
static enum hrtimer_restart vblank_timer_fn(struct hrtimer *data)
struct hrtimer timer;
static enum hrtimer_restart tbs_timer_fn(struct hrtimer *timer_data)
struct hrtimer timer;
static enum hrtimer_restart oa_poll_check_timer_cb(struct hrtimer *hrtimer)
container_of(hrtimer, typeof(*stream), poll_check_timer);
hrtimer_forward_now(hrtimer,
static enum hrtimer_restart oa_poll_check_timer_cb(struct hrtimer *hrtimer);
struct hrtimer poll_check_timer;
static enum hrtimer_restart i915_sample(struct hrtimer *hrtimer)
struct i915_pmu *pmu = container_of(hrtimer, struct i915_pmu, timer);
hrtimer_forward(hrtimer, now, ns_to_ktime(PERIOD));
struct hrtimer timer;
static enum hrtimer_restart __rq_watchdog_expired(struct hrtimer *hrtimer)
container_of(hrtimer, struct i915_request, watchdog.timer);
intel_uncore_fw_release_timer(struct hrtimer *timer)
enum hrtimer_restart (*function)(struct hrtimer *);