Lines Matching defs:wait
1078 wait_queue_head_t wait;
1093 init_waitqueue_head(&pp->wait);
1110 wake_up_all(&pp->wait);
1175 DECLARE_WAITQUEUE(wait, current);
1190 add_wait_queue(&pp->wait, &wait);
1204 remove_wait_queue(&pp->wait, &wait);
1250 static __poll_t smu_fpoll(struct file *file, poll_table *wait)
1260 poll_wait(file, &pp->wait, wait);
1291 DECLARE_WAITQUEUE(wait, current);
1293 add_wait_queue(&pp->wait, &wait);
1303 remove_wait_queue(&pp->wait, &wait);