Searched refs:cryptodev_wq (Results 1 – 1 of 1) sorted by relevance
104 static struct workqueue_struct *cryptodev_wq; variable726 queue_work(cryptodev_wq, &pcr->cryptask); in crypto_async_run()1294 cryptodev_wq = create_workqueue("cryptodev_queue"); in init_cryptodev()1295 if (unlikely(!cryptodev_wq)) { in init_cryptodev()1302 destroy_workqueue(cryptodev_wq); in init_cryptodev()1315 flush_workqueue(cryptodev_wq); in exit_cryptodev()1316 destroy_workqueue(cryptodev_wq); in exit_cryptodev()