Lines Matching defs:wait
8 #include <linux/wait.h>
242 wake_up_interruptible(&proc->wait);
677 init_waitqueue_head(&proc->wait);
807 DECLARE_WAITQUEUE(wait, current);
842 add_wait_queue(&proc->wait, &wait);
853 remove_wait_queue(&proc->wait, &wait);
922 static __poll_t device_poll(struct file *file, poll_table *wait)
926 poll_wait(file, &proc->wait, wait);