Home
last modified time | relevance | path

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

/linux-6.1.9/crypto/
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()
1068 cryptd_wq = alloc_workqueue("cryptd", WQ_MEM_RECLAIM | WQ_CPU_INTENSIVE, in cryptd_init()
1070 if (!cryptd_wq) in cryptd_init()
1086 destroy_workqueue(cryptd_wq); in cryptd_init()
1092 destroy_workqueue(cryptd_wq); in cryptd_exit()