Lines Matching refs:crypt_queue
164 struct workqueue_struct *crypt_queue; member
2137 queue_work(cc->crypt_queue, &io->work); in kcryptd_crypt_write_convert()
2212 queue_work(cc->crypt_queue, &io->work); in kcryptd_crypt_read_convert()
2312 queue_work(cc->crypt_queue, &io->work); in kcryptd_queue_crypt()
2769 if (cc->crypt_queue) in crypt_dtr()
2770 destroy_workqueue(cc->crypt_queue); in crypt_dtr()
3433 cc->crypt_queue = alloc_workqueue("kcryptd-%s-%d", in crypt_ctr()
3441 cc->crypt_queue = alloc_workqueue("kcryptd-%s-%d", in crypt_ctr()
3445 if (!cc->crypt_queue) { in crypt_ctr()