Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dcryptd.c34 static struct workqueue_struct *cryptd_wq; variable
146 queue_work_on(smp_processor_id(), cryptd_wq, &cpu_queue->work); in cryptd_enqueue_request()
184 queue_work(cryptd_wq, &cpu_queue->work); in cryptd_queue_worker()
1112 cryptd_wq = alloc_workqueue("cryptd", WQ_MEM_RECLAIM | WQ_CPU_INTENSIVE, in cryptd_init()
1114 if (!cryptd_wq) in cryptd_init()
1130 destroy_workqueue(cryptd_wq); in cryptd_init()
1136 destroy_workqueue(cryptd_wq); in cryptd_exit()