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

/freebsd-10.3-release/sys/ofed/drivers/infiniband/core/
H A Diwcm.c57 static struct workqueue_struct *iwcm_wq; variable in typeref:struct:workqueue_struct
883 * the iwcm_wq thread to allow callback functions to downcall into
886 * element is also queued on the iwcm_wq thread.
930 queue_work(iwcm_wq, &work->work);
1016 iwcm_wq = create_singlethread_workqueue("iw_cm_wq");
1017 if (!iwcm_wq)
1025 destroy_workqueue(iwcm_wq);

Completed in 113 milliseconds