Searched refs:decrypt_pending (Results 1 – 2 of 2) sorted by relevance
239 if (atomic_dec_and_test(&ctx->decrypt_pending)) in tls_decrypt_done()245 if (!atomic_dec_and_test(&ctx->decrypt_pending)) in tls_decrypt_async_wait()247 atomic_inc(&ctx->decrypt_pending); in tls_decrypt_async_wait()275 DEBUG_NET_WARN_ON_ONCE(atomic_read(&ctx->decrypt_pending) < 1); in tls_do_decryption()276 atomic_inc(&ctx->decrypt_pending); in tls_do_decryption()301 atomic_dec(&ctx->decrypt_pending); in tls_do_decryption()2648 atomic_set(&sw_ctx_rx->decrypt_pending, 1); in init_ctx_rx()
136 atomic_t decrypt_pending; member