Searched refs:sadb_lock (Results 1 – 3 of 3) sorted by relevance
/drivers/scsi/qla2xxx/ |
D | qla_edif.c | 430 spin_lock_irqsave(&ha->sadb_lock, flags); in qla2x00_release_all_sadb() 435 spin_unlock_irqrestore(&ha->sadb_lock, flags); in qla2x00_release_all_sadb() 438 spin_lock_irqsave(&ha->sadb_lock, flags); in qla2x00_release_all_sadb() 446 spin_unlock_irqrestore(&ha->sadb_lock, flags); in qla2x00_release_all_sadb() 451 spin_lock_irqsave(&ha->sadb_lock, flags); in qla2x00_release_all_sadb() 455 spin_unlock_irqrestore(&ha->sadb_lock, flags); in qla2x00_release_all_sadb() 2616 spin_lock_irqsave(&ha->sadb_lock, flags); in qla_edif_sadb_delete_sa_index() 2636 spin_unlock_irqrestore(&ha->sadb_lock, flags); in qla_edif_sadb_delete_sa_index() 3179 spin_lock_irqsave(&ha->sadb_lock, flags); in qla_edif_sadb_get_sa_index() 3181 spin_unlock_irqrestore(&ha->sadb_lock, flags); in qla_edif_sadb_get_sa_index() [all …]
|
D | qla_def.h | 4781 spinlock_t sadb_lock; /* protects list */ member
|
D | qla_os.c | 2953 spin_lock_init(&ha->sadb_lock); in qla2x00_probe_one()
|