Searched refs:catas_wq (Results 1 – 2 of 2) sorted by relevance
260 queue_work(dev->persist->catas_wq, &dev->persist->catas_work); in poll_catas()311 flush_workqueue(dev->persist->catas_wq); in mlx4_stop_catas_poll()317 dev->persist->catas_wq = create_singlethread_workqueue("mlx4_health"); in mlx4_catas_init()318 if (!dev->persist->catas_wq) in mlx4_catas_init()326 if (dev->persist->catas_wq) { in mlx4_catas_end()327 destroy_workqueue(dev->persist->catas_wq); in mlx4_catas_end()328 dev->persist->catas_wq = NULL; in mlx4_catas_end()
52 static struct workqueue_struct *catas_wq; variable129 queue_work(catas_wq, &catas_work); in handle_catas()188 catas_wq = alloc_ordered_workqueue("mthca_catas", WQ_MEM_RECLAIM); in mthca_catas_init()189 if (!catas_wq) in mthca_catas_init()197 destroy_workqueue(catas_wq); in mthca_catas_cleanup()