Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/mpt3sas/
H A 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 …]
H A 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()
4485 spin_lock_irqsave(&ioc->sas_node_lock, flags); in _scsih_check_topo_delete_events()
4489 spin_unlock_irqrestore(&ioc->sas_node_lock, flags); in _scsih_check_topo_delete_events()
5995 spin_lock_irqsave(&ioc->sas_node_lock, flags); in _scsih_expander_add()
5998 spin_unlock_irqrestore(&ioc->sas_node_lock, flags); in _scsih_expander_add()
6006 spin_lock_irqsave(&ioc->sas_node_lock, flags); in _scsih_expander_add()
6010 spin_unlock_irqrestore(&ioc->sas_node_lock, flags); in _scsih_expander_add()
6112 spin_lock_irqsave(&ioc->sas_node_lock, flags); in mpt3sas_expander_remove()
6115 spin_unlock_irqrestore(&ioc->sas_node_lock, flags); in mpt3sas_expander_remove()
[all …]
H A Dmpt3sas_base.h1333 spinlock_t sas_node_lock; member