Lines Matching refs:wait
689 DEFINE_WAIT_FUNC(wait, woken_wake_function); in af_alg_wait_for_wmem()
698 add_wait_queue(sk_sleep(sk), &wait); in af_alg_wait_for_wmem()
703 if (sk_wait_event(sk, &timeout, af_alg_writable(sk), &wait)) { in af_alg_wait_for_wmem()
708 remove_wait_queue(sk_sleep(sk), &wait); in af_alg_wait_for_wmem()
728 wake_up_interruptible_sync_poll(&wq->wait, EPOLLIN | in af_alg_wmem_wakeup()
745 DEFINE_WAIT_FUNC(wait, woken_wake_function); in af_alg_wait_for_data()
756 add_wait_queue(sk_sleep(sk), &wait); in af_alg_wait_for_data()
762 &wait)) { in af_alg_wait_for_data()
767 remove_wait_queue(sk_sleep(sk), &wait); in af_alg_wait_for_data()
792 wake_up_interruptible_sync_poll(&wq->wait, EPOLLOUT | in af_alg_data_wakeup()
1056 poll_table *wait) in af_alg_poll() argument
1063 sock_poll_wait(file, sock, wait); in af_alg_poll()