Searched refs:mcs_intr_wq (Results 1 – 2 of 2) sorted by relevance
79 queue_work(rvu->mcs_intr_wq, &rvu->mcs_intr_work); in mcs_add_intr_wq_entry()872 rvu->mcs_intr_wq = alloc_workqueue("mcs_intr_wq", 0, 0); in rvu_mcs_init()873 if (!rvu->mcs_intr_wq) { in rvu_mcs_init()883 if (!rvu->mcs_intr_wq) in rvu_mcs_exit()886 flush_workqueue(rvu->mcs_intr_wq); in rvu_mcs_exit()887 destroy_workqueue(rvu->mcs_intr_wq); in rvu_mcs_exit()888 rvu->mcs_intr_wq = NULL; in rvu_mcs_exit()
517 struct workqueue_struct *mcs_intr_wq; member