Searched refs:async_wait (Results 1 – 4 of 4) sorted by relevance
89 wake_up_interruptible(&priv->async_wait); in tpm_dev_async_work()112 wake_up_interruptible(&priv->async_wait); in tpm_timeout_work()126 init_waitqueue_head(&priv->async_wait); in tpm_common_open()247 poll_wait(file, &priv->async_wait, wait); in tpm_common_poll()
16 wait_queue_head_t async_wait; member
99 struct crypto_wait async_wait; member129 struct crypto_wait async_wait; member
223 ctx->async_wait.err = err; in tls_decrypt_done()240 complete(&ctx->async_wait.completion); in tls_decrypt_done()246 crypto_wait_req(-EINPROGRESS, &ctx->async_wait); in tls_decrypt_async_wait()250 return ctx->async_wait.err; in tls_decrypt_async_wait()497 ctx->async_wait.err = -sk->sk_err; in tls_encrypt_done()499 ctx->async_wait.err = err; in tls_encrypt_done()522 complete(&ctx->async_wait.completion); in tls_encrypt_done()528 crypto_wait_req(-EINPROGRESS, &ctx->async_wait); in tls_encrypt_async_wait()531 return ctx->async_wait.err; in tls_encrypt_async_wait()2078 err = ctx->async_wait.err; in tls_sw_recvmsg()[all …]