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

/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_iwcm.c66 static struct workqueue_struct *iwcm_wq; variable in typeref:struct:workqueue_struct
910 * the iwcm_wq thread to allow callback functions to downcall into
913 * element is also queued on the iwcm_wq thread.
957 queue_work(iwcm_wq, &work->work);
1043 iwcm_wq = alloc_ordered_workqueue("iw_cm_wq", WQ_MEM_RECLAIM);
1044 if (!iwcm_wq)
1052 destroy_workqueue(iwcm_wq);

Completed in 158 milliseconds