Home
last modified time | relevance | path

Searched refs:hrtimer (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/sys/dev/pci/drm/include/linux/
H A Dhrtimer.h11 struct hrtimer { struct
12 enum hrtimer_restart (*function)(struct hrtimer *); argument
/openbsd-src/sys/dev/pci/drm/i915/
H A Di915_pmu.h89 struct hrtimer timer;
H A Di915_perf_types.h262 struct hrtimer poll_check_timer;
H A Di915_pmu.c469 static enum hrtimer_restart i915_sample(struct hrtimer *hrtimer) in i915_sample() argument
472 container_of(hrtimer, struct drm_i915_private, pmu.timer); in i915_sample()
501 hrtimer_forward(hrtimer, now, ns_to_ktime(PERIOD)); in i915_sample()
H A Di915_request.c303 static enum hrtimer_restart __rq_watchdog_expired(struct hrtimer *hrtimer) in __rq_watchdog_expired() argument
306 container_of(hrtimer, struct i915_request, watchdog.timer); in __rq_watchdog_expired()
H A Di915_perf.c395 static enum hrtimer_restart oa_poll_check_timer_cb(struct hrtimer *hrtimer);
531 * check hrtimer (atomic ctx) to check the OA buffer tail pointer and check
1259 * for OA metrics. It waits until the hrtimer callback finds a non-empty
1285 * this starts a poll_wait with the wait queue that our hrtimer callback wakes
3107 * when opening the stream. This also starts a hrtimer that will periodically in gen8_oa_enable()
3177 * circular OA buffer. This also stops the hrtimer that periodically checks for in gen8_oa_disable()
3564 * effectively ensures we back off until the next hrtimer callback in i915_perf_read()
3577 static enum hrtimer_restart oa_poll_check_timer_cb(struct hrtimer *hrtimer) in i915_perf_read()
3610 oa_poll_check_timer_cb(struct hrtimer * hrtimer) oa_poll_check_timer_cb() argument
[all...]
H A Dintel_uncore.c427 intel_uncore_fw_release_timer(struct hrtimer *timer) in intel_uncore_fw_release_timer()
/openbsd-src/sys/dev/pci/drm/i915/gvt/
H A Ddisplay.h174 struct hrtimer timer;
H A Dsched_policy.c69 struct hrtimer timer;
264 static enum hrtimer_restart tbs_timer_fn(struct hrtimer *timer_data) in tbs_timer_fn()
H A Ddisplay.c523 static enum hrtimer_restart vblank_timer_fn(struct hrtimer *data) in vblank_timer_fn()
/openbsd-src/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_mode.h415 struct hrtimer vblank_timer;