Lines Matching refs:poll_wait
194 wait_queue_head_t poll_wait;
561 * we can recurse on ep->poll_wait.lock, and a non-raw spinlock can
571 * already holding its own poll_wait.lock.
581 spin_lock_irqsave_nested(&ep->poll_wait.lock, flags, nests);
583 wake_up_locked_poll(&ep->poll_wait, EPOLLIN | pollflags);
585 spin_unlock_irqrestore(&ep->poll_wait.lock, flags);
593 wake_up_poll(&ep->poll_wait, EPOLLIN | pollflags);
819 if (waitqueue_active(&ep->poll_wait))
896 poll_wait(epi->ffd.file, &ep->poll_wait, pt);
937 poll_wait(file, &ep->poll_wait, wait);
1029 init_waitqueue_head(&ep->poll_wait);
1281 if (waitqueue_active(&ep->poll_wait))
1584 if (waitqueue_active(&ep->poll_wait))
1689 if (waitqueue_active(&ep->poll_wait))