Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dcrypto_wq.c19 struct workqueue_struct *kcrypto_wq; variable
20 EXPORT_SYMBOL_GPL(kcrypto_wq);
24 kcrypto_wq = alloc_workqueue("crypto", in crypto_wq_init()
26 if (unlikely(!kcrypto_wq)) in crypto_wq_init()
33 destroy_workqueue(kcrypto_wq); in crypto_wq_exit()
Dmcryptd.c61 queue_delayed_work_on(smp_processor_id(), kcrypto_wq, in mcryptd_arm_flusher()
116 queue_work_on(cpu, kcrypto_wq, &cpu_queue->work); in mcryptd_enqueue_request()
184 queue_work_on(smp_processor_id(), kcrypto_wq, &cpu_queue->work); in mcryptd_queue_worker()
Dcryptd.c153 queue_work_on(cpu, kcrypto_wq, &cpu_queue->work); in cryptd_enqueue_request()
196 queue_work(kcrypto_wq, &cpu_queue->work); in cryptd_queue_worker()
/linux-4.19.296/include/crypto/
Dcrypto_wq.h7 extern struct workqueue_struct *kcrypto_wq;