Searched refs:wait_queue_head_t (Results 1 – 25 of 992) sorted by relevance
12345678910>>...40
63 wait_queue_head_t conn_wait;64 wait_queue_head_t disconn_wait;109 wait_queue_head_t wait_mr;112 wait_queue_head_t wait_for_mr_cleanup;116 wait_queue_head_t wait_send_pending;117 wait_queue_head_t wait_post_send;128 wait_queue_head_t wait_receive_queues;133 wait_queue_head_t wait_reassembly_queue;143 wait_queue_head_t wait_send_queue;
40 wait_queue_head_t hif_opdone_wq;41 wait_queue_head_t hif_brrdyw_wq;42 wait_queue_head_t hif_data_wq;43 wait_queue_head_t hif_write_wq; /* HIF Write op */
63 wait_queue_head_t wr_wait;64 wait_queue_head_t wr_ready_wait;80 wait_queue_head_t rd_wait;98 wait_queue_head_t ep_wait;
156 wait_queue_head_t channel_switch_done;194 wait_queue_head_t bh_wq;195 wait_queue_head_t bh_evt_wq;217 wait_queue_head_t wsm_cmd_wq;218 wait_queue_head_t wsm_startup_done;277 wait_queue_head_t ps_mode_switch_done;
90 wait_queue_head_t ds_awake_q;96 wait_queue_head_t host_sleep_q;144 wait_queue_head_t waitq;184 wait_queue_head_t scan_q;190 wait_queue_head_t fw_waitq;
133 wait_queue_head_t suspend_wait;137 wait_queue_head_t resume_wait;168 wait_queue_head_t wait_hw_ready;169 wait_queue_head_t wait_hbm_recvd_msg;
35 wait_queue_head_t in04_wait_queue;43 wait_queue_head_t us428ctls_wait_queue_head;47 wait_queue_head_t prepare_wait_queue;
205 wait_queue_head_t ic_force_wait;206 wait_queue_head_t ic_write_wait;284 wait_queue_head_t xc_commit_wait;285 wait_queue_head_t xc_start_wait;287 wait_queue_head_t xc_push_wait; /* background push throttle */416 wait_queue_head_t l_flush_wait ____cacheline_aligned_in_smp;
55 wait_queue_head_t wait;88 wait_queue_head_t ibox_wq;89 wait_queue_head_t wbox_wq;90 wait_queue_head_t stop_wq;91 wait_queue_head_t mfc_wq;92 wait_queue_head_t run_wq;
259 wait_queue_head_t tx_wait;260 wait_queue_head_t rx_wait;261 wait_queue_head_t wait;262 wait_queue_head_t ev_wait;517 wait_queue_head_t wait_hw_ready;518 wait_queue_head_t wait_pg;519 wait_queue_head_t wait_hbm_start;
159 wait_queue_head_t sc_wait_request;160 wait_queue_head_t sc_wait_daemon;161 wait_queue_head_t sc_wait_task;
56 wait_queue_head_t fr_inv_done;58 wait_queue_head_t fr_reg_done;100 wait_queue_head_t flush_wait;
54 wait_queue_head_t workload_complete_wq;56 wait_queue_head_t waitq[I915_NUM_ENGINES];114 wait_queue_head_t shadow_ctx_status_wq;
129 wait_queue_head_t init_wait;130 wait_queue_head_t ishtp_resume_wait;159 wait_queue_head_t hid_wait;
99 wait_queue_head_t queue;225 wait_queue_head_t work_wait_queue;254 wait_queue_head_t *drm_crtc_vblank_waitqueue(struct drm_crtc *crtc);
63 wait_queue_head_t wait_q;96 wait_queue_head_t cmd_wait_q;97 wait_queue_head_t event_hs_wait_q;
23 wait_queue_head_t host_acked;27 wait_queue_head_t wq_buf;
72 wait_queue_head_t wait;81 wait_queue_head_t eventq;259 extern wait_queue_head_t dm_global_eventq;
228 wait_queue_head_t write_wait;229 wait_queue_head_t overflow_wait;230 wait_queue_head_t behind_wait;
722 wait_queue_head_t sd_glock_wait;723 wait_queue_head_t sd_async_glock_wait;786 wait_queue_head_t sd_quota_wait;817 wait_queue_head_t sd_log_waitq;818 wait_queue_head_t sd_logd_waitq;825 wait_queue_head_t sd_log_flush_wait;827 wait_queue_head_t sd_withdraw_wait;
17 wait_queue_head_t *waitqueue; in mtk_vcodec_wait_for_done_ctx()21 waitqueue = (wait_queue_head_t *)&ctx->queue; in mtk_vcodec_wait_for_done_ctx()
337 wait_queue_head_t msg_allocate_wq; /* msg allocation wait queue */357 wait_queue_head_t idle_wq; /* idle kthread wait queue */494 wait_queue_head_t teardown_wq; /* kthread waiting to teardown infra */514 wait_queue_head_t channel_mgr_wq; /* channel mgr's wait queue */615 extern wait_queue_head_t xpc_activate_IRQ_wq;
29 wait_queue_head_t wq;41 wait_queue_head_t wq;
76 wait_queue_head_t ofld_wait;77 wait_queue_head_t tcp_ofld_wait;171 wait_queue_head_t wait_queue;
37 typedef void (*poll_queue_proc)(struct file *, wait_queue_head_t *, struct poll_table_struct *);48 static inline void poll_wait(struct file * filp, wait_queue_head_t * wait_address, poll_table *p) in poll_wait()97 wait_queue_head_t *wait_address;
Completed in 48 milliseconds