Searched refs:async_wait (Results 1 – 4 of 4) sorted by relevance
72 wake_up_interruptible(&priv->async_wait); in tpm_dev_async_work()95 wake_up_interruptible(&priv->async_wait); in tpm_timeout_work()109 init_waitqueue_head(&priv->async_wait); in tpm_common_open()230 poll_wait(file, &priv->async_wait, wait); in tpm_common_poll()
16 wait_queue_head_t async_wait; member
171 ctx->async_wait.err = err; in tls_decrypt_done()179 ctx->async_wait.err = pad; in tls_decrypt_done()209 complete(&ctx->async_wait.completion); in tls_decrypt_done()247 crypto_req_done, &ctx->async_wait); in tls_do_decryption()255 ret = crypto_wait_req(ret, &ctx->async_wait); in tls_do_decryption()447 ctx->async_wait.err = sk->sk_err; in tls_encrypt_done()449 ctx->async_wait.err = err; in tls_encrypt_done()470 complete(&ctx->async_wait.completion); in tls_encrypt_done()1066 crypto_wait_req(-EINPROGRESS, &ctx->async_wait); in tls_sw_sendmsg()1068 reinit_completion(&ctx->async_wait.completion); in tls_sw_sendmsg()[all …]
156 struct crypto_wait async_wait; member171 struct crypto_wait async_wait; member