Home
last modified time | relevance | path

Searched refs:sas_node_lock (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/scsi/mpt3sas/
Dmpt3sas_transport.c626 spin_lock_irqsave(&ioc->sas_node_lock, flags); in mpt3sas_transport_port_add()
628 spin_unlock_irqrestore(&ioc->sas_node_lock, flags); in mpt3sas_transport_port_add()
728 spin_lock_irqsave(&ioc->sas_node_lock, flags); in mpt3sas_transport_port_add()
730 spin_unlock_irqrestore(&ioc->sas_node_lock, flags); in mpt3sas_transport_port_add()
771 spin_lock_irqsave(&ioc->sas_node_lock, flags); in mpt3sas_transport_port_remove()
775 spin_unlock_irqrestore(&ioc->sas_node_lock, flags); in mpt3sas_transport_port_remove()
788 spin_unlock_irqrestore(&ioc->sas_node_lock, flags); in mpt3sas_transport_port_remove()
798 spin_unlock_irqrestore(&ioc->sas_node_lock, flags); in mpt3sas_transport_port_remove()
975 spin_lock_irqsave(&ioc->sas_node_lock, flags); in mpt3sas_transport_update_links()
978 spin_unlock_irqrestore(&ioc->sas_node_lock, flags); in mpt3sas_transport_update_links()
[all …]
Dmpt3sas_scsih.c1421 spin_lock_irqsave(&ioc->sas_node_lock, flags); in _scsih_expander_node_add()
1423 spin_unlock_irqrestore(&ioc->sas_node_lock, flags); in _scsih_expander_node_add()
4197 spin_lock_irqsave(&ioc->sas_node_lock, flags); in _scsih_check_topo_delete_events()
4201 spin_unlock_irqrestore(&ioc->sas_node_lock, flags); in _scsih_check_topo_delete_events()
5694 spin_lock_irqsave(&ioc->sas_node_lock, flags); in _scsih_expander_add()
5697 spin_unlock_irqrestore(&ioc->sas_node_lock, flags); in _scsih_expander_add()
5705 spin_lock_irqsave(&ioc->sas_node_lock, flags); in _scsih_expander_add()
5709 spin_unlock_irqrestore(&ioc->sas_node_lock, flags); in _scsih_expander_add()
5809 spin_lock_irqsave(&ioc->sas_node_lock, flags); in mpt3sas_expander_remove()
5812 spin_unlock_irqrestore(&ioc->sas_node_lock, flags); in mpt3sas_expander_remove()
[all …]
Dmpt3sas_base.h1306 spinlock_t sas_node_lock; member