wait_queue_head_t
wait_queue_head_t tx_empty_waitq;
wait_queue_head_t tx_empty_waitq;
wait_queue_head_t wait_process;
wait_queue_head_t page_retirement_wq;
wait_queue_head_t destroy_wait;
wait_queue_head_t wq; /* List of event waiters. */
wait_queue_head_t wait_irq_drain;
wait_queue_head_t wait_queue;
wait_queue_head_t bw_req_queue;
prepare_to_wait(wait_queue_head_t *wqh, wait_queue_entry_t *wqe, int state)
finish_wait(wait_queue_head_t *wqh, wait_queue_entry_t *wqe)
static wait_queue_head_t bit_waitq;
wait_queue_head_t var_waitq;
wait_queue_head_t *
wait_queue_head_t *
wait_queue_head_t *drm_crtc_vblank_waitqueue(struct drm_crtc *crtc)
wait_queue_head_t wait_queue;
wait_queue_head_t waitqueue;
wait_queue_head_t cp_irq_queue;
wait_queue_head_t *wq = drm_crtc_vblank_waitqueue(&crtc->base);
wait_queue_head_t queue;
wait_queue_head_t wq;
wait_queue_head_t service_thread_wq;
wait_queue_head_t shadow_ctx_status_wq;
wait_queue_head_t workload_complete_wq;
wait_queue_head_t waitq[I915_NUM_ENGINES];
wait_queue_head_t waitq;
wait_queue_head_t poll_wq;
wait_queue_head_t *x = &fence->wait;
wait_queue_head_t wait;
wait_queue_head_t tx_waitq;
wait_queue_head_t wq;
wait_queue_head_t event_wait;
wait_queue_head_t wq;
wait_queue_head_t queue;
wait_queue_head_t work_wait_queue;
wait_queue_head_t *drm_crtc_vblank_waitqueue(struct drm_crtc *crtc);
wait_queue_head_t job_scheduled;
wake_up(wait_queue_head_t *wqh)
wake_up_all_locked(wait_queue_head_t *wqh)
void prepare_to_wait(wait_queue_head_t *, wait_queue_entry_t *, int);
void finish_wait(wait_queue_head_t *, wait_queue_entry_t *);
init_waitqueue_head(wait_queue_head_t *wqh)
__add_wait_queue(wait_queue_head_t *wqh, wait_queue_entry_t *wqe)
__add_wait_queue_entry_tail(wait_queue_head_t *wqh, wait_queue_entry_t *wqe)
add_wait_queue(wait_queue_head_t *head, wait_queue_entry_t *new)
__remove_wait_queue(wait_queue_head_t *wqh, wait_queue_entry_t *wqe)
remove_wait_queue(wait_queue_head_t *head, wait_queue_entry_t *old)
wait_queue_head_t *bit_waitqueue(void *, int);
wait_queue_head_t *__var_waitqueue(void *);
extern wait_queue_head_t var_waitq;
wait_queue_head_t fence_queue;
wait_queue_head_t vblank_queue;