Lines Matching defs:wait
340 * up on the peer_wait wait queue of a socket upon reception of a
347 * implementation" that it should let go of a certain wait queue
352 * wait queue. This connection is established whenever a write (or
464 wake_up_interruptible_sync_poll(&wq->wait,
582 * like files and pipes do and wait for the last
1231 DEFINE_WAIT(wait);
1233 prepare_to_wait_exclusive(&u->peer_wait, &wait, TASK_INTERRUPTIBLE);
1244 finish_wait(&u->peer_wait, &wait);
2260 DEFINE_WAIT(wait);
2265 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE);
2290 finish_wait(sk_sleep(sk), &wait);
2713 static __poll_t unix_poll(struct file *file, struct socket *sock, poll_table *wait)
2719 sock_poll_wait(file, sock, wait);
2751 poll_table *wait)
2758 sock_poll_wait(file, sock, wait);
2786 if (!(poll_requested_events(wait) & (EPOLLWRBAND|EPOLLWRNORM|EPOLLOUT)))