Lines Matching defs:wait
86 * @conn_timeout: the time we can wait for an unresponded setup request
754 * @wait: ???
769 poll_table *wait)
775 sock_poll_wait(file, sock, wait);
815 * @timeout: timeout to wait for wakeup
930 * @timeout: timeout to wait for wakeup
974 * @timeout: timeout to wait for wakeup
1059 * @timeout: timeout to wait for wakeup
1133 * @timeout: timeout to wait for wakeup
1835 DEFINE_WAIT_FUNC(wait, woken_wake_function);
1848 add_wait_queue(sk_sleep(sk), &wait);
1850 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo);
1853 remove_wait_queue(sk_sleep(sk), &wait);
1909 /* Step rcv queue to first msg with data or error; wait if necessary */
2008 * will optionally wait for more; never truncates data.
2039 /* Look at first msg in receive queue; wait if necessary */
2118 wake_up_interruptible_sync_poll(&wq->wait, EPOLLOUT |
2134 wake_up_interruptible_sync_poll(&wq->wait, EPOLLIN |
2524 DEFINE_WAIT_FUNC(wait, woken_wake_function);
2539 add_wait_queue(sk_sleep(sk), &wait);
2541 &wait);
2542 remove_wait_queue(sk_sleep(sk), &wait);
2674 DEFINE_WAIT_FUNC(wait, woken_wake_function);
2684 add_wait_queue(sk_sleep(sk), &wait);
2686 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo);
2688 remove_wait_queue(sk_sleep(sk), &wait);
2704 * tipc_accept - wait for connection request