Searched refs:wq_lock (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_health.c | 435 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() 676 spin_unlock_irqrestore(&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() [all …]
|
/freebsd/sys/dev/mlx5/ |
H A D | driver.h | 518 spinlock_t wq_lock; member
|