Symbol: wait_queue_head_t
sys/dev/drm/amd/amdgpu/amdgpu.h
342
wait_queue_head_t wq;
sys/dev/drm/drm_vblank.c
482
wait_queue_head_t *drm_crtc_vblank_waitqueue(struct drm_crtc *crtc)
sys/dev/drm/i915/gvt/gvt.h
278
wait_queue_head_t service_thread_wq;
sys/dev/drm/i915/i915_drv.h
1659
wait_queue_head_t gmbus_wait_queue;
sys/dev/drm/i915/i915_drv.h
2008
wait_queue_head_t poll_wq;
sys/dev/drm/i915/i915_gpu_error.h
287
wait_queue_head_t wait_queue;
sys/dev/drm/i915/i915_gpu_error.h
293
wait_queue_head_t reset_queue;
sys/dev/drm/i915/i915_request.c
1287
wait_queue_head_t *errq = &rq->i915->gpu_error.wait_queue;
sys/dev/drm/i915/i915_request.h
121
wait_queue_head_t execute;
sys/dev/drm/i915/i915_sw_fence.c
137
wait_queue_head_t *x = &fence->wait;
sys/dev/drm/i915/i915_sw_fence.h
24
wait_queue_head_t wait;
sys/dev/drm/i915/intel_sprite.c
82
wait_queue_head_t *wq = drm_crtc_vblank_waitqueue(&crtc->base);
sys/dev/drm/include/drm/drm_auth.h
40
wait_queue_head_t lock_queue;
sys/dev/drm/include/drm/drm_debugfs_crc.h
60
wait_queue_head_t wq;
sys/dev/drm/include/drm/drm_dp_mst_helper.h
547
wait_queue_head_t tx_waitq;
sys/dev/drm/include/drm/drm_file.h
302
wait_queue_head_t event_wait;
sys/dev/drm/include/drm/drm_vblank.h
208
wait_queue_head_t *drm_crtc_vblank_waitqueue(struct drm_crtc *crtc);
sys/dev/drm/include/drm/drm_vblank.h
98
wait_queue_head_t queue; /**< VBLANK wait queue */
sys/dev/drm/include/drm/gpu_scheduler.h
276
wait_queue_head_t wake_up_worker;
sys/dev/drm/include/drm/gpu_scheduler.h
277
wait_queue_head_t job_scheduled;
sys/dev/drm/include/linux/completion.h
36
wait_queue_head_t wait;
sys/dev/drm/include/linux/wait.h
211
waitqueue_active(wait_queue_head_t *q)
sys/dev/drm/include/linux/wait.h
227
__add_wait_queue(wait_queue_head_t *head, wait_queue_entry_t *new)
sys/dev/drm/include/linux/wait.h
233
add_wait_queue(wait_queue_head_t *head, wait_queue_entry_t *wait)
sys/dev/drm/include/linux/wait.h
241
wait_queue_head_t name = { \
sys/dev/drm/include/linux/wait.h
247
__remove_wait_queue(wait_queue_head_t *head, wait_queue_entry_t *old)
sys/dev/drm/include/linux/wait.h
253
remove_wait_queue(wait_queue_head_t *head, wait_queue_entry_t *wq)
sys/dev/drm/include/linux/wait.h
261
__add_wait_queue_entry_tail(wait_queue_head_t *wqh, wait_queue_entry_t *wq)
sys/dev/drm/include/linux/wait.h
57
void __init_waitqueue_head(wait_queue_head_t *q, const char *name, struct lock_class_key *);
sys/dev/drm/include/linux/wait.h
60
init_waitqueue_head(wait_queue_head_t *q)
sys/dev/drm/include/linux/wait.h
65
void __wake_up_core(wait_queue_head_t *q, int num_to_wake_up);
sys/dev/drm/include/linux/wait.h
68
wake_up(wait_queue_head_t *q)
sys/dev/drm/include/linux/wait.h
77
wake_up_all(wait_queue_head_t *q)
sys/dev/drm/include/linux/wait.h
92
void __wait_event_prefix(wait_queue_head_t *wq, int flags);
sys/dev/drm/include/linux/wait.h
93
void prepare_to_wait(wait_queue_head_t *q, wait_queue_entry_t *wait, int state);
sys/dev/drm/include/linux/wait.h
94
void finish_wait(wait_queue_head_t *q, wait_queue_entry_t *wait);
sys/dev/drm/linux_wait.c
133
void __init_waitqueue_head(wait_queue_head_t *q,
sys/dev/drm/linux_wait.c
50
__wake_up_core(wait_queue_head_t *q, int num_to_wake_up)
sys/dev/drm/linux_wait.c
65
__wait_event_prefix(wait_queue_head_t *wq, int flags)
sys/dev/drm/linux_wait.c
77
prepare_to_wait(wait_queue_head_t *q, wait_queue_entry_t *wait, int state)
sys/dev/drm/linux_wait.c
87
finish_wait(wait_queue_head_t *q, wait_queue_entry_t *wait)
sys/dev/drm/radeon/radeon.h
2384
wait_queue_head_t fence_queue;
sys/dev/drm/radeon/radeon.h
551
wait_queue_head_t wq;
sys/dev/drm/radeon/radeon.h
807
wait_queue_head_t vblank_queue;