Home
last modified time | relevance | path

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

/Linux-v6.1/crypto/
Dcryptd.c34 static struct workqueue_struct *cryptd_wq; variable
145 queue_work_on(smp_processor_id(), cryptd_wq, &cpu_queue->work); in cryptd_enqueue_request()
183 queue_work(cryptd_wq, &cpu_queue->work); in cryptd_queue_worker()
1066 cryptd_wq = alloc_workqueue("cryptd", WQ_MEM_RECLAIM | WQ_CPU_INTENSIVE, in cryptd_init()
1068 if (!cryptd_wq) in cryptd_init()
1084 destroy_workqueue(cryptd_wq); in cryptd_init()
1090 destroy_workqueue(cryptd_wq); in cryptd_exit()