Searched refs:sas_node_lock (Results  1 – 3 of 3) sorted by relevance
| /linux-4.4.14/drivers/scsi/mpt3sas/ | 
| D | mpt3sas_transport.c | 666 	spin_lock_irqsave(&ioc->sas_node_lock, flags);  in mpt3sas_transport_port_add() 668 	spin_unlock_irqrestore(&ioc->sas_node_lock, flags);  in mpt3sas_transport_port_add() 764 	spin_lock_irqsave(&ioc->sas_node_lock, flags);  in mpt3sas_transport_port_add() 766 	spin_unlock_irqrestore(&ioc->sas_node_lock, flags);  in mpt3sas_transport_port_add() 809 	spin_lock_irqsave(&ioc->sas_node_lock, flags);  in mpt3sas_transport_port_remove() 813 		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() 836 	spin_unlock_irqrestore(&ioc->sas_node_lock, flags);  in mpt3sas_transport_port_remove() 1012 	spin_lock_irqsave(&ioc->sas_node_lock, flags);  in mpt3sas_transport_update_links() 1015 		spin_unlock_irqrestore(&ioc->sas_node_lock, flags);  in mpt3sas_transport_update_links() [all …] 
 | 
| D | mpt3sas_scsih.c | 1035 	spin_lock_irqsave(&ioc->sas_node_lock, flags);  in _scsih_expander_node_add() 1037 	spin_unlock_irqrestore(&ioc->sas_node_lock, flags);  in _scsih_expander_node_add() 3474 		spin_lock_irqsave(&ioc->sas_node_lock, flags);  in _scsih_check_topo_delete_events() 3478 		spin_unlock_irqrestore(&ioc->sas_node_lock, flags);  in _scsih_check_topo_delete_events() 4888 		spin_lock_irqsave(&ioc->sas_node_lock, flags);  in _scsih_expander_add() 4891 		spin_unlock_irqrestore(&ioc->sas_node_lock, flags);  in _scsih_expander_add() 4899 	spin_lock_irqsave(&ioc->sas_node_lock, flags);  in _scsih_expander_add() 4903 	spin_unlock_irqrestore(&ioc->sas_node_lock, flags);  in _scsih_expander_add() 5005 	spin_lock_irqsave(&ioc->sas_node_lock, flags);  in mpt3sas_expander_remove() 5010 	spin_unlock_irqrestore(&ioc->sas_node_lock, flags);  in mpt3sas_expander_remove() [all …] 
 | 
| D | mpt3sas_base.h | 1049 	spinlock_t	sas_node_lock;  member
  |