Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/block/
H A Dblk-crypto-fallback.c81 static struct workqueue_struct *blk_crypto_wq; variable
463 queue_work(blk_crypto_wq, &f_ctx->work); in blk_crypto_fallback_decrypt_endio()
552 blk_crypto_wq = alloc_workqueue("blk_crypto_wq", in blk_crypto_fallback_init()
555 if (!blk_crypto_wq) in blk_crypto_fallback_init()
589 destroy_workqueue(blk_crypto_wq); in blk_crypto_fallback_init()
/kernel/linux/linux-6.6/block/
H A Dblk-crypto-fallback.c82 static struct workqueue_struct *blk_crypto_wq; variable
467 queue_work(blk_crypto_wq, &f_ctx->work); in blk_crypto_fallback_decrypt_endio()
569 blk_crypto_wq = alloc_workqueue("blk_crypto_wq", in blk_crypto_fallback_init()
572 if (!blk_crypto_wq) in blk_crypto_fallback_init()
606 destroy_workqueue(blk_crypto_wq); in blk_crypto_fallback_init()

Completed in 3 milliseconds