Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/qat/qat_common/
H A Dadf_vf_isr.c24 static struct workqueue_struct *adf_vf_stop_wq; variable
110 queue_work(adf_vf_stop_wq, &stop_data->work); in adf_pf2vf_bh_handler()
296 adf_vf_stop_wq = alloc_workqueue("adf_vf_stop_wq", WQ_MEM_RECLAIM, 0); in adf_init_vf_wq()
298 return !adf_vf_stop_wq ? -EFAULT : 0; in adf_init_vf_wq()
303 if (adf_vf_stop_wq) in adf_exit_vf_wq()
304 destroy_workqueue(adf_vf_stop_wq); in adf_exit_vf_wq()
306 adf_vf_stop_wq = NULL; in adf_exit_vf_wq()