Home
last modified time | relevance | path

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

/linux-6.12.1/block/
Dblk-crypto-fallback.c82 static struct workqueue_struct *blk_crypto_wq; variable
468 queue_work(blk_crypto_wq, &f_ctx->work); in blk_crypto_fallback_decrypt_endio()
570 blk_crypto_wq = alloc_workqueue("blk_crypto_wq", in blk_crypto_fallback_init()
573 if (!blk_crypto_wq) in blk_crypto_fallback_init()
607 destroy_workqueue(blk_crypto_wq); in blk_crypto_fallback_init()