Home
last modified time | relevance | path

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

/Linux-v5.10/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()
727 spin_lock_irqsave(&ioc->sas_node_lock, flags); in mpt3sas_transport_port_add()
729 spin_unlock_irqrestore(&ioc->sas_node_lock, flags); in mpt3sas_transport_port_add()
770 spin_lock_irqsave(&ioc->sas_node_lock, flags); in mpt3sas_transport_port_remove()
774 spin_unlock_irqrestore(&ioc->sas_node_lock, flags); in mpt3sas_transport_port_remove()
787 spin_unlock_irqrestore(&ioc->sas_node_lock, flags); in mpt3sas_transport_port_remove()
797 spin_unlock_irqrestore(&ioc->sas_node_lock, flags); in mpt3sas_transport_port_remove()
976 spin_lock_irqsave(&ioc->sas_node_lock, flags); in mpt3sas_transport_update_links()
979 spin_unlock_irqrestore(&ioc->sas_node_lock, flags); in mpt3sas_transport_update_links()
[all …]
Dmpt3sas_scsih.c1471 spin_lock_irqsave(&ioc->sas_node_lock, flags); in _scsih_expander_node_add()
1473 spin_unlock_irqrestore(&ioc->sas_node_lock, flags); in _scsih_expander_node_add()
4463 spin_lock_irqsave(&ioc->sas_node_lock, flags); in _scsih_check_topo_delete_events()
4467 spin_unlock_irqrestore(&ioc->sas_node_lock, flags); in _scsih_check_topo_delete_events()
5973 spin_lock_irqsave(&ioc->sas_node_lock, flags); in _scsih_expander_add()
5976 spin_unlock_irqrestore(&ioc->sas_node_lock, flags); in _scsih_expander_add()
5984 spin_lock_irqsave(&ioc->sas_node_lock, flags); in _scsih_expander_add()
5988 spin_unlock_irqrestore(&ioc->sas_node_lock, flags); in _scsih_expander_add()
6088 spin_lock_irqsave(&ioc->sas_node_lock, flags); in mpt3sas_expander_remove()
6091 spin_unlock_irqrestore(&ioc->sas_node_lock, flags); in mpt3sas_expander_remove()
[all …]
Dmpt3sas_base.h1332 spinlock_t sas_node_lock; member