Home
last modified time | relevance | path

Searched refs:wait (Results 1 – 3 of 3) sorted by relevance

/crypto/
Dalgif_skcipher.c210 DEFINE_WAIT(wait); in skcipher_wait_for_wmem()
221 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in skcipher_wait_for_wmem()
228 finish_wait(sk_sleep(sk), &wait); in skcipher_wait_for_wmem()
243 wake_up_interruptible_sync_poll(&wq->wait, POLLIN | in skcipher_wmem_wakeup()
255 DEFINE_WAIT(wait); in skcipher_wait_for_data()
267 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in skcipher_wait_for_data()
274 finish_wait(sk_sleep(sk), &wait); in skcipher_wait_for_data()
293 wake_up_interruptible_sync_poll(&wq->wait, POLLOUT | in skcipher_data_wakeup()
726 poll_table *wait) in skcipher_poll() argument
733 sock_poll_wait(file, sk_sleep(sk), wait); in skcipher_poll()
Dalgif_aead.c136 wake_up_interruptible_sync_poll(&wq->wait, POLLIN | in aead_wmem_wakeup()
148 DEFINE_WAIT(wait); in aead_wait_for_data()
159 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in aead_wait_for_data()
166 finish_wait(sk_sleep(sk), &wait); in aead_wait_for_data()
187 wake_up_interruptible_sync_poll(&wq->wait, POLLOUT | in aead_data_wakeup()
699 poll_table *wait) in aead_poll() argument
706 sock_poll_wait(file, sk_sleep(sk), wait); in aead_poll()
Dapi.c617 struct crypto_wait *wait = req->data; in crypto_req_done() local
622 wait->err = err; in crypto_req_done()
623 complete(&wait->completion); in crypto_req_done()