Home
last modified time | relevance | path

Searched refs:wq_lock (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_health.c435 spin_lock_irqsave(&health->wq_lock, flags); in health_care()
445 spin_unlock_irqrestore(&health->wq_lock, flags); in health_care()
464 spin_lock_irqsave(&health->wq_lock, flags); in mlx5_trigger_health_work()
470 spin_unlock_irqrestore(&health->wq_lock, flags); in mlx5_trigger_health_work()
601 spin_lock_irqsave(&health->wq_lock, flags); in mlx5_trigger_health_watchdog()
607 spin_unlock_irqrestore(&health->wq_lock, flags); in mlx5_trigger_health_watchdog()
672 spin_lock_irqsave(&health->wq_lock, flags); in mlx5_stop_health_poll()
687 spin_lock_irqsave(&health->wq_lock, flags); in mlx5_drain_health_wq()
691 spin_unlock_irqrestore(&health->wq_lock, flags); in mlx5_drain_health_wq()
702 spin_lock_irqsave(&health->wq_lock, flags); in mlx5_drain_health_recovery()
[all …]
/freebsd/sys/dev/mlx5/
H A Ddriver.h518 spinlock_t wq_lock; member