Searched refs:crypt_queue (Results 1 – 1 of 1) sorted by relevance
145 struct workqueue_struct *crypt_queue; member1826 queue_work(cc->crypt_queue, &io->work); in kcryptd_queue_crypt()2210 if (cc->crypt_queue) in crypt_dtr()2211 destroy_workqueue(cc->crypt_queue); in crypt_dtr()2816 cc->crypt_queue = alloc_workqueue("kcryptd", WQ_HIGHPRI | WQ_CPU_INTENSIVE | WQ_MEM_RECLAIM, 1); in crypt_ctr()2818 cc->crypt_queue = alloc_workqueue("kcryptd", in crypt_ctr()2821 if (!cc->crypt_queue) { in crypt_ctr()