Home
last modified time | relevance | path

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

/crypto/
Dcryptd.c34 static struct workqueue_struct *cryptd_wq; variable
141 queue_work_on(cpu, cryptd_wq, &cpu_queue->work); in cryptd_enqueue_request()
184 queue_work(cryptd_wq, &cpu_queue->work); in cryptd_queue_worker()
1124 cryptd_wq = alloc_workqueue("cryptd", WQ_MEM_RECLAIM | WQ_CPU_INTENSIVE, in cryptd_init()
1126 if (!cryptd_wq) in cryptd_init()
1142 destroy_workqueue(cryptd_wq); in cryptd_init()
1148 destroy_workqueue(cryptd_wq); in cryptd_exit()