Lines Matching defs:wait
19 #include <linux/wait.h>
28 * @wait: wait queue to allow blocking reads of events
37 wait_queue_head_t wait;
84 wake_up_poll(&ev_int->wait, EPOLLIN);
94 * @wait: Poll table pointer to add the wait queue on
100 struct poll_table_struct *wait)
110 poll_wait(filep, &ev_int->wait, wait);
140 ret = wait_event_interruptible(ev_int->wait,
161 * sleep and wait for more data to arrive.
485 init_waitqueue_head(&ev_int->wait);
591 wake_up(&iio_dev_opaque->event_interface->wait);