Searched refs:hrtimer_cancel (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/include/linux/
H A Dhrtimer.h63 #define hrtimer_cancel linux_hrtimer_cancel macro
77 int hrtimer_cancel(struct hrtimer *);
/netbsd-current/sys/external/bsd/drm2/linux/
H A Dlinux_hrtimer.c118 hrtimer_cancel(struct hrtimer *hrt) function
124 * active when we invoked hrtimer_cancel.
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/selftests/
H A Dintel_uncore.c190 if (!hrtimer_cancel(&domain->timer))
227 if (hrtimer_cancel(&domain->timer))
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gvt/
H A Dsched_policy.c310 hrtimer_cancel(&data->timer);
343 hrtimer_cancel(&sched_data->timer);
H A Ddisplay.c387 hrtimer_cancel(&irq->vblank_timer.timer);
H A Dinterrupt.c677 hrtimer_cancel(&irq->vblank_timer.timer);
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_dce_virtual.c727 hrtimer_cancel(&adev->mode_info.crtcs[crtc]->vblank_timer);
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/
H A Dintel_uncore.c455 if (hrtimer_cancel(&domain->timer) == 0)
1527 WARN_ON(hrtimer_cancel(&d->timer));
H A Di915_pmu.c1196 hrtimer_cancel(&pmu->timer);
H A Di915_perf.c1498 hrtimer_cancel(&stream->poll_check_timer);
2796 hrtimer_cancel(&stream->poll_check_timer);

Completed in 204 milliseconds