Searched refs:async_wait (Results 1 – 4 of 4) sorted by relevance
84 wake_up_interruptible(&priv->async_wait); in tpm_dev_async_work()107 wake_up_interruptible(&priv->async_wait); in tpm_timeout_work()121 init_waitqueue_head(&priv->async_wait); in tpm_common_open()242 poll_wait(file, &priv->async_wait, wait); in tpm_common_poll()
16 wait_queue_head_t async_wait; member
209 ctx->async_wait.err = err; in tls_decrypt_done()227 complete(&ctx->async_wait.completion); in tls_decrypt_done()258 crypto_req_done, &ctx->async_wait); in tls_do_decryption()461 ctx->async_wait.err = -sk->sk_err; in tls_encrypt_done()463 ctx->async_wait.err = err; in tls_encrypt_done()485 complete(&ctx->async_wait.completion); in tls_encrypt_done()1138 if (ctx->async_wait.err) { in tls_sw_sendmsg()1139 ret = ctx->async_wait.err; in tls_sw_sendmsg()1957 err = ctx->async_wait.err; in tls_sw_recvmsg()2543 crypto_init_wait(&sw_ctx_tx->async_wait); in tls_set_sw_offload()[all …]
106 struct crypto_wait async_wait; member137 struct crypto_wait async_wait; member
Completed in 11 milliseconds