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

/freebsd-10.0-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dmcg.c58 static struct workqueue_struct *clean_wq; variable in typeref:struct:workqueue_struct
1147 queue_work(clean_wq, &work->work);
1244 clean_wq = create_singlethread_workqueue("mlx4_ib_mcg");
1245 if (!clean_wq)
1253 destroy_workqueue(clean_wq);
H A Dmain.c2356 goto clean_wq;
2380 clean_wq:

Completed in 128 milliseconds