Searched refs:iwcm_wq (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/infiniband/core/
H A Diwcm.c94 static struct workqueue_struct *iwcm_wq; variable in typeref:struct:workqueue_struct
1051 * the iwcm_wq thread to allow callback functions to downcall into
1054 * element is also queued on the iwcm_wq thread.
1098 queue_work(iwcm_wq, &work->work);
1190 iwcm_wq = alloc_ordered_workqueue("iw_cm_wq", 0);
1191 if (!iwcm_wq)
1205 destroy_workqueue(iwcm_wq);
1215 destroy_workqueue(iwcm_wq);

Completed in 108 milliseconds