Home
last modified time | relevance | path

Searched refs:wait_event_timeout (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/sys/dev/pci/drm/include/linux/
H A Dwait.h202 #define wait_event_timeout(wqh, condition, timo) \ macro
/openbsd-src/sys/dev/pci/drm/scheduler/
H A Dsched_entity.c286 ret = wait_event_timeout(
/openbsd-src/sys/dev/pci/drm/i915/selftests/
H A Di915_sw_fence.c715 if (!wait_event_timeout(timeout->wait, in test_dma_fence()
H A Di915_request.c403 if (!wait_event_timeout(wait->wait, in __igt_breadcrumbs_smoketest()
/openbsd-src/sys/dev/pci/drm/i915/display/
H A Dintel_pmdemand.c438 if (!wait_event_timeout(i915->display.pmdemand.waitqueue, in intel_pmdemand_wait()
/openbsd-src/sys/dev/pci/drm/radeon/
H A Dradeon_fence.c504 r = wait_event_timeout(rdev->fence_queue, ( in radeon_fence_wait_seq_timeout()
H A Dradeon_pm.c166 wait_event_timeout( in radeon_sync_with_vblank()
/openbsd-src/sys/dev/pci/drm/
H A Ddrm_vblank.c1323 ret = wait_event_timeout(vblank->queue, in drm_wait_one_vblank()
H A Ddrm_atomic_helper.c1680 ret = wait_event_timeout(dev->vblank[i].queue, in drm_atomic_helper_wait_for_vblanks()
/openbsd-src/sys/dev/pci/drm/display/
H A Ddrm_dp_mst_topology.c1277 ret = wait_event_timeout(mgr->tx_waitq, in drm_dp_mst_wait_tx_reply()