Home
last modified time | relevance | path

Searched refs:async_wait (Results 1 – 9 of 9) sorted by relevance

/linux-6.12.1/drivers/char/tpm/
Dtpm-dev-common.c89 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()
Dtpm-dev.h16 wait_queue_head_t async_wait; member
/linux-6.12.1/net/tls/
Dtls_sw.c223 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()
249 return ctx->async_wait.err; in tls_decrypt_async_wait()
496 ctx->async_wait.err = -sk->sk_err; in tls_encrypt_done()
498 ctx->async_wait.err = err; in tls_encrypt_done()
521 complete(&ctx->async_wait.completion); in tls_encrypt_done()
527 crypto_wait_req(-EINPROGRESS, &ctx->async_wait); in tls_encrypt_async_wait()
530 return ctx->async_wait.err; in tls_encrypt_async_wait()
1986 err = ctx->async_wait.err; in tls_sw_recvmsg()
[all …]
/linux-6.12.1/include/net/
Dtls.h95 struct crypto_wait async_wait; member
125 struct crypto_wait async_wait; member
/linux-6.12.1/fs/bcachefs/
Djournal_types.h223 struct closure_waitlist async_wait; member
Djournal.h121 closure_wake_up(&j->async_wait); in journal_wake()
Djournal.c606 if (closure_wait_event_timeout(&j->async_wait, in bch2_journal_res_get_slowpath()
619 closure_wait_event(&j->async_wait, in bch2_journal_res_get_slowpath()
Djournal_reclaim.c852 closure_wait_event(&j->async_wait, in bch2_journal_flush_pins()
Djournal_io.c1764 closure_wait(&j->async_wait, cl); in CLOSURE_CALLBACK()