Home
last modified time | relevance | path

Searched refs:wake_up_process (Results 1 – 9 of 9) sorted by relevance

/dragonfly/sys/dev/drm/
H A Dlinux_kthread.c94 wake_up_process(ts); in kthread_stop()
107 wake_up_process(ts); in kthread_park()
117 wake_up_process(ts); in kthread_unpark()
H A Dlinux_wait.c34 return wake_up_process(q->private); in default_wake_function()
H A Ddrm_syncobj.c662 wake_up_process(wait->task);
673 wake_up_process(wait->task);
H A Dlinux_fence.c84 wake_up_process(wait->task); in dma_fence_default_wait_cb()
/dragonfly/sys/dev/drm/i915/
H A Dintel_breadcrumbs.c40 if (wake_up_process(wait->tsk)) in __intel_breadcrumbs_wakeup()
207 if (wake_up_process(wait->tsk) && wait == first) in intel_engine_disarm_breadcrumbs()
220 wake_up_process(b->signaler); in intel_engine_disarm_breadcrumbs()
318 wake_up_process(wait->tsk); /* implicit smp_wmb() */ in __intel_breadcrumbs_finish()
337 wake_up_process(to_wait(next)->tsk); in __intel_breadcrumbs_next()
745 wake_up_process(b->signaler); in intel_engine_enable_signaling()
865 wake_up_process(b->irq_wait->tsk); in intel_breadcrumbs_busy()
870 wake_up_process(b->signaler); in intel_breadcrumbs_busy()
H A Di915_drv.h4449 wake_up_process(b->irq_wait->tsk); in __i915_request_irq_complete()
H A Di915_irq.c1102 wake_up_process(wait->tsk); in notify_ring()
/dragonfly/sys/dev/drm/include/linux/
H A Dsched.h212 wake_up_process(struct task_struct *tsk) in wake_up_process() function
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_fence.c1069 wake_up_process(wait->task); in radeon_fence_wait_cb()