Lines Matching refs:wait
222 wait_queue_t wait; member
299 return container_of(p, struct eppoll_entry, wait)->base; in ep_item_from_wait()
394 remove_wait_queue(pwq->whead, &pwq->wait); in ep_unregister_pollwait()
499 static unsigned int ep_eventpoll_poll(struct file *file, poll_table *wait) in ep_eventpoll_poll() argument
506 poll_wait(file, &ep->poll_wait, wait); in ep_eventpoll_poll()
635 static int ep_poll_callback(wait_queue_t *wait, unsigned mode, int sync, void *key) in ep_poll_callback() argument
639 struct epitem *epi = ep_item_from_wait(wait); in ep_poll_callback()
707 init_waitqueue_func_entry(&pwq->wait, ep_poll_callback); in ep_ptable_queue_proc()
710 add_wait_queue(whead, &pwq->wait); in ep_ptable_queue_proc()
1031 wait_queue_t wait; in ep_poll() local
1051 init_waitqueue_entry(&wait, current); in ep_poll()
1052 wait.flags |= WQ_FLAG_EXCLUSIVE; in ep_poll()
1053 __add_wait_queue(&ep->wq, &wait); in ep_poll()
1073 __remove_wait_queue(&ep->wq, &wait); in ep_poll()