Lines Matching defs:wait
432 wake_up_interruptible(&idev->wait);
543 static __poll_t uio_poll(struct file *filep, poll_table *wait)
557 poll_wait(filep, &idev->wait, wait);
568 DECLARE_WAITQUEUE(wait, current);
575 add_wait_queue(&idev->wait, &wait);
613 remove_wait_queue(&idev->wait, &wait);
939 init_waitqueue_head(&idev->wait);
1062 wake_up_interruptible(&idev->wait);