Lines Matching defs:wait
424 * up on the peer_wait wait queue of a socket upon reception of a
431 * implementation" that it should let go of a certain wait queue
436 * wait queue. This connection is established whenever a write (or
548 wake_up_interruptible_sync_poll(&wq->wait,
673 * like files and pipes do and wait for the last
1456 DEFINE_WAIT(wait);
1458 prepare_to_wait_exclusive(&u->peer_wait, &wait, TASK_INTERRUPTIBLE);
1469 finish_wait(&u->peer_wait, &wait);
2482 DEFINE_WAIT(wait);
2487 prepare_to_wait(sk_sleep(sk), &wait, state);
2509 finish_wait(sk_sleep(sk), &wait);
3064 static __poll_t unix_poll(struct file *file, struct socket *sock, poll_table *wait)
3070 sock_poll_wait(file, sock, wait);
3108 poll_table *wait)
3115 sock_poll_wait(file, sock, wait);
3146 if (!(poll_requested_events(wait) & (EPOLLWRBAND|EPOLLWRNORM|EPOLLOUT)))