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

/freebsd-13-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mcg.c64 static struct workqueue_struct *clean_wq; variable in typeref:struct:workqueue_struct
1156 queue_work(clean_wq, &work->work);
1253 clean_wq = alloc_ordered_workqueue("mlx4_ib_mcg", WQ_MEM_RECLAIM);
1254 if (!clean_wq)
1262 destroy_workqueue(clean_wq);
H A Dmlx4_ib_main.c3304 goto clean_wq;
3315 clean_wq:

Completed in 112 milliseconds