Lines Matching defs:wait
43 DECLARE_WAITQUEUE(wait, current);
49 add_wait_queue(&list->hidraw->wait, &wait);
74 remove_wait_queue(&list->hidraw->wait, &wait);
249 static __poll_t hidraw_poll(struct file *file, poll_table *wait)
254 poll_wait(file, &list->hidraw->wait, wait);
325 wake_up_interruptible(&hidraw->wait);
512 wake_up_interruptible(&dev->wait);
557 init_waitqueue_head(&dev->wait);