Lines Matching refs:wait
35 * code. The ACK stuff can wait and needs major
1733 DEFINE_WAIT(wait);
1742 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE);
1751 finish_wait(sk_sleep(sk), &wait);
1870 DEFINE_WAIT(wait);
1873 prepare_to_wait_exclusive(&sk->sk_lock.wq, &wait,
1881 finish_wait(&sk->sk_lock.wq, &wait);
1924 * sk_wait_data - wait for data to arrive at sk_receive_queue
1925 * @sk: sock to wait on
1929 * hence we may omit checks after joining wait queue.
1936 DEFINE_WAIT(wait);
1938 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE);
1942 finish_wait(sk_sleep(sk), &wait);
2175 wake_up_interruptible_all(&wq->wait);
2186 wake_up_interruptible_poll(&wq->wait, POLLERR);
2198 wake_up_interruptible_sync_poll(&wq->wait, POLLIN | POLLPRI |
2216 wake_up_interruptible_sync_poll(&wq->wait, POLLOUT |