Home
last modified time | relevance | path

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

/linux/drivers/scsi/qla2xxx/
H A Dqla_edif.c455 spin_lock_irqsave(&ha->sadb_lock, flags); in qla2x00_release_all_sadb()
460 spin_unlock_irqrestore(&ha->sadb_lock, flags); in qla2x00_release_all_sadb()
463 spin_lock_irqsave(&ha->sadb_lock, flags); in qla2x00_release_all_sadb()
471 spin_unlock_irqrestore(&ha->sadb_lock, flags); in qla2x00_release_all_sadb()
476 spin_lock_irqsave(&ha->sadb_lock, flags); in qla2x00_release_all_sadb()
480 spin_unlock_irqrestore(&ha->sadb_lock, flags); in qla2x00_release_all_sadb()
2751 spin_lock_irqsave(&ha->sadb_lock, flags); in qla_edif_sadb_delete_sa_index()
2771 spin_unlock_irqrestore(&ha->sadb_lock, flags); in qla_edif_sadb_delete_sa_index()
3299 spin_lock_irqsave(&ha->sadb_lock, flags); in qla_edif_sadb_get_sa_index()
3301 spin_unlock_irqrestore(&ha->sadb_lock, flags); in qla_edif_sadb_get_sa_index()
[all …]
H A Dqla_def.h4871 spinlock_t sadb_lock; /* protects list */ member
H A Dqla_os.c2975 spin_lock_init(&ha->sadb_lock); in qla2x00_probe_one()