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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Diwcm.c56 static struct workqueue_struct *iwcm_wq; variable in typeref:struct:workqueue_struct
875 * the iwcm_wq thread to allow callback functions to downcall into
878 * element is also queued on the iwcm_wq thread.
922 queue_work(iwcm_wq, &work->work);
1009 iwcm_wq = create_singlethread_workqueue("iw_cm_wq");
1010 if (!iwcm_wq)
1018 destroy_workqueue(iwcm_wq);

Completed in 42 milliseconds