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

/drivers/infiniband/core/
H A Diwcm.c60 static struct workqueue_struct *iwcm_wq; variable in typeref:struct:workqueue_struct
914 * the iwcm_wq thread to allow callback functions to downcall into
917 * element is also queued on the iwcm_wq thread.
961 queue_work(iwcm_wq, &work->work);
1047 iwcm_wq = create_singlethread_workqueue("iw_cm_wq");
1048 if (!iwcm_wq)
1055 destroy_workqueue(iwcm_wq);
1065 destroy_workqueue(iwcm_wq);

Completed in 726 milliseconds