Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/qla2xxx/
Dqla_edif.c487 spin_lock_irqsave(&ha->sadb_lock, flags); in qla2x00_release_all_sadb()
492 spin_unlock_irqrestore(&ha->sadb_lock, flags); in qla2x00_release_all_sadb()
495 spin_lock_irqsave(&ha->sadb_lock, flags); in qla2x00_release_all_sadb()
503 spin_unlock_irqrestore(&ha->sadb_lock, flags); in qla2x00_release_all_sadb()
508 spin_lock_irqsave(&ha->sadb_lock, flags); in qla2x00_release_all_sadb()
512 spin_unlock_irqrestore(&ha->sadb_lock, flags); in qla2x00_release_all_sadb()
2523 spin_lock_irqsave(&ha->sadb_lock, flags); in qla_edif_sadb_delete_sa_index()
2543 spin_unlock_irqrestore(&ha->sadb_lock, flags); in qla_edif_sadb_delete_sa_index()
3078 spin_lock_irqsave(&ha->sadb_lock, flags); in qla_edif_sadb_get_sa_index()
3080 spin_unlock_irqrestore(&ha->sadb_lock, flags); in qla_edif_sadb_get_sa_index()
[all …]
Dqla_def.h4723 spinlock_t sadb_lock; /* protects list */ member
Dqla_os.c2897 spin_lock_init(&ha->sadb_lock); in qla2x00_probe_one()