Searched refs:adf_vf_stop_wq (Results 1 – 1 of 1) sorted by relevance
25 static struct workqueue_struct *adf_vf_stop_wq; variable97 queue_work(adf_vf_stop_wq, &stop_data->work); in adf_pf2vf_handle_pf_restarting()291 flush_workqueue(adf_vf_stop_wq); in adf_flush_vf_wq()302 adf_vf_stop_wq = alloc_workqueue("adf_vf_stop_wq", WQ_MEM_RECLAIM, 0); in adf_init_vf_wq()304 return !adf_vf_stop_wq ? -EFAULT : 0; in adf_init_vf_wq()309 if (adf_vf_stop_wq) in adf_exit_vf_wq()310 destroy_workqueue(adf_vf_stop_wq); in adf_exit_vf_wq()312 adf_vf_stop_wq = NULL; in adf_exit_vf_wq()