Searched defs:qib_cq_wq (Results 1 - 1 of 1) sorted by relevance

/drivers/infiniband/hw/qib/
H A Dqib_init.c84 struct workqueue_struct *qib_cq_wq; variable in typeref:struct:workqueue_struct
1047 qib_cq_wq = create_singlethread_workqueue("qib_cq");
1048 if (!qib_cq_wq) {
1079 destroy_workqueue(qib_cq_wq);
1103 destroy_workqueue(qib_cq_wq);

Completed in 37 milliseconds