Searched refs:cryptd_wq (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | cryptd.c | 34 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()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | cryptd.c | 34 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()
|
Completed in 4 milliseconds