Home
last modified time | relevance | path

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

/linux-4.1.27/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()
113 queue_work_on(cpu, kcrypto_wq, &cpu_queue->work); in mcryptd_enqueue_request()
191 queue_work(kcrypto_wq, &cpu_queue->work); in mcryptd_queue_worker()
Dchainiv.c137 queued = queue_work(kcrypto_wq, &ctx->postponed); in async_chainiv_schedule_work()
Dcryptd.c125 queue_work_on(cpu, kcrypto_wq, &cpu_queue->work); in cryptd_enqueue_request()
161 queue_work(kcrypto_wq, &cpu_queue->work); in cryptd_queue_worker()
/linux-4.1.27/include/crypto/
Dcrypto_wq.h6 extern struct workqueue_struct *kcrypto_wq;