Lines Matching defs:wait
85 * @conn_timeout: the time we can wait for an unresponded setup request
778 * @wait: ???
793 poll_table *wait)
799 sock_poll_wait(file, sock, wait);
839 * @timeout: timeout to wait for wakeup
953 * @timeout: timeout to wait for wakeup
997 * @timeout: timeout to wait for wakeup
1079 * @timeout: timeout to wait for wakeup
1153 * @timeout: timeout to wait for wakeup
1836 DEFINE_WAIT_FUNC(wait, woken_wake_function);
1849 add_wait_queue(sk_sleep(sk), &wait);
1851 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo);
1854 remove_wait_queue(sk_sleep(sk), &wait);
1911 /* Step rcv queue to first msg with data or error; wait if necessary */
2011 * will optionally wait for more; never truncates data.
2042 /* Look at first msg in receive queue; wait if necessary */
2121 wake_up_interruptible_sync_poll(&wq->wait, EPOLLOUT |
2139 wake_up_interruptible_sync_poll(&wq->wait, EPOLLIN |
2531 DEFINE_WAIT_FUNC(wait, woken_wake_function);
2546 add_wait_queue(sk_sleep(sk), &wait);
2548 &wait);
2549 remove_wait_queue(sk_sleep(sk), &wait);
2682 DEFINE_WAIT_FUNC(wait, woken_wake_function);
2692 add_wait_queue(sk_sleep(sk), &wait);
2694 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo);
2696 remove_wait_queue(sk_sleep(sk), &wait);
2712 * tipc_accept - wait for connection request