Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/
H A Dmthca_catas.c52 static struct workqueue_struct *catas_wq; variable
129 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()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mthca/
H A Dmthca_catas.c52 static struct workqueue_struct *catas_wq; variable
129 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()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H A Dcatas.c260 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()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/
H A Dcatas.c265 queue_work(dev->persist->catas_wq, &dev->persist->catas_work); in poll_catas()
316 flush_workqueue(dev->persist->catas_wq); in mlx4_stop_catas_poll()
322 dev->persist->catas_wq = create_singlethread_workqueue("mlx4_health"); in mlx4_catas_init()
323 if (!dev->persist->catas_wq) in mlx4_catas_init()
331 if (dev->persist->catas_wq) { in mlx4_catas_end()
332 destroy_workqueue(dev->persist->catas_wq); in mlx4_catas_end()
333 dev->persist->catas_wq = NULL; in mlx4_catas_end()
/kernel/linux/linux-5.10/include/linux/mlx4/
H A Ddevice.h864 struct workqueue_struct *catas_wq; member
/kernel/linux/linux-6.6/include/linux/mlx4/
H A Ddevice.h864 struct workqueue_struct *catas_wq; member

Completed in 13 milliseconds