Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/md/
Ddm-crypt.c140 struct workqueue_struct *crypt_queue; member
1721 queue_work(cc->crypt_queue, &io->work); in kcryptd_queue_crypt()
2122 if (cc->crypt_queue) in crypt_dtr()
2123 destroy_workqueue(cc->crypt_queue); in crypt_dtr()
2712 cc->crypt_queue = alloc_workqueue("kcryptd/%s", in crypt_ctr()
2716 cc->crypt_queue = alloc_workqueue("kcryptd/%s", in crypt_ctr()
2719 if (!cc->crypt_queue) { in crypt_ctr()