Searched refs:mcs_intr_wq (Results 1 – 2 of 2) sorted by relevance
116 queue_work(rvu->mcs_intr_wq, &rvu->mcs_intr_work); in mcs_add_intr_wq_entry()909 rvu->mcs_intr_wq = alloc_workqueue("mcs_intr_wq", 0, 0); in rvu_mcs_init()910 if (!rvu->mcs_intr_wq) { in rvu_mcs_init()920 if (!rvu->mcs_intr_wq) in rvu_mcs_exit()923 flush_workqueue(rvu->mcs_intr_wq); in rvu_mcs_exit()924 destroy_workqueue(rvu->mcs_intr_wq); in rvu_mcs_exit()925 rvu->mcs_intr_wq = NULL; in rvu_mcs_exit()
547 struct workqueue_struct *mcs_intr_wq; member