Lines Matching refs:wait
809 DEFINE_WAIT_FUNC(wait, woken_wake_function); in af_alg_wait_for_wmem()
818 add_wait_queue(sk_sleep(sk), &wait); in af_alg_wait_for_wmem()
823 if (sk_wait_event(sk, &timeout, af_alg_writable(sk), &wait)) { in af_alg_wait_for_wmem()
828 remove_wait_queue(sk_sleep(sk), &wait); in af_alg_wait_for_wmem()
848 wake_up_interruptible_sync_poll(&wq->wait, EPOLLIN | in af_alg_wmem_wakeup()
866 DEFINE_WAIT_FUNC(wait, woken_wake_function); in af_alg_wait_for_data()
877 add_wait_queue(sk_sleep(sk), &wait); in af_alg_wait_for_data()
885 &wait)) { in af_alg_wait_for_data()
890 remove_wait_queue(sk_sleep(sk), &wait); in af_alg_wait_for_data()
915 wake_up_interruptible_sync_poll(&wq->wait, EPOLLOUT | in af_alg_data_wakeup()
1166 poll_table *wait) in af_alg_poll() argument
1173 sock_poll_wait(file, sock, wait); in af_alg_poll()