Lines Matching defs:wait
1259 /* wait for peer closing */
1726 * wait for and receive SMC Proposal CLC message
1911 DECLARE_WAITQUEUE(wait, current);
1928 add_wait_queue_exclusive(sk_sleep(sk), &wait);
1946 remove_wait_queue(sk_sleep(sk), &wait);
1955 /* wait till data arrives on the socket */
2076 poll_table *wait)
2088 mask = smc->clcsock->ops->poll(file, smc->clcsock, wait);
2092 sock_poll_wait(file, sock, wait);
2103 wait);
2384 * Note that subsequent recv() calls have to wait till all splice() processing