Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/mpt3sas/
Dmpt3sas_transport.c653 spin_lock_irqsave(&ioc->sas_node_lock, flags); in mpt3sas_transport_port_add()
655 spin_unlock_irqrestore(&ioc->sas_node_lock, flags); in mpt3sas_transport_port_add()
756 spin_lock_irqsave(&ioc->sas_node_lock, flags); in mpt3sas_transport_port_add()
758 spin_unlock_irqrestore(&ioc->sas_node_lock, flags); in mpt3sas_transport_port_add()
799 spin_lock_irqsave(&ioc->sas_node_lock, flags); in mpt3sas_transport_port_remove()
803 spin_unlock_irqrestore(&ioc->sas_node_lock, flags); in mpt3sas_transport_port_remove()
816 spin_unlock_irqrestore(&ioc->sas_node_lock, flags); in mpt3sas_transport_port_remove()
826 spin_unlock_irqrestore(&ioc->sas_node_lock, flags); in mpt3sas_transport_port_remove()
1000 spin_lock_irqsave(&ioc->sas_node_lock, flags); in mpt3sas_transport_update_links()
1003 spin_unlock_irqrestore(&ioc->sas_node_lock, flags); in mpt3sas_transport_update_links()
[all …]
Dmpt3sas_scsih.c1423 spin_lock_irqsave(&ioc->sas_node_lock, flags); in _scsih_expander_node_add()
1425 spin_unlock_irqrestore(&ioc->sas_node_lock, flags); in _scsih_expander_node_add()
4143 spin_lock_irqsave(&ioc->sas_node_lock, flags); in _scsih_check_topo_delete_events()
4147 spin_unlock_irqrestore(&ioc->sas_node_lock, flags); in _scsih_check_topo_delete_events()
5664 spin_lock_irqsave(&ioc->sas_node_lock, flags); in _scsih_expander_add()
5667 spin_unlock_irqrestore(&ioc->sas_node_lock, flags); in _scsih_expander_add()
5675 spin_lock_irqsave(&ioc->sas_node_lock, flags); in _scsih_expander_add()
5679 spin_unlock_irqrestore(&ioc->sas_node_lock, flags); in _scsih_expander_add()
5780 spin_lock_irqsave(&ioc->sas_node_lock, flags); in mpt3sas_expander_remove()
5783 spin_unlock_irqrestore(&ioc->sas_node_lock, flags); in mpt3sas_expander_remove()
[all …]
Dmpt3sas_base.h1248 spinlock_t sas_node_lock; member