Lines Matching refs:poll_wait
191 wait_queue_head_t poll_wait;
509 * we can recurse on ep->poll_wait.lock, and a non-raw spinlock can
519 * already holding its own poll_wait.lock.
529 spin_lock_irqsave_nested(&ep->poll_wait.lock, flags, nests);
531 wake_up_locked_poll(&ep->poll_wait, EPOLLIN | pollflags);
533 spin_unlock_irqrestore(&ep->poll_wait.lock, flags);
541 wake_up_poll(&ep->poll_wait, EPOLLIN | pollflags);
792 if (waitqueue_active(&ep->poll_wait))
852 poll_wait(file, &ep->poll_wait, wait);
987 init_waitqueue_head(&ep->poll_wait);
1236 if (waitqueue_active(&ep->poll_wait))
1587 if (waitqueue_active(&ep->poll_wait))
1663 if (waitqueue_active(&ep->poll_wait))