Searched refs:sadb_lock (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/drivers/scsi/qla2xxx/ |
D | qla_edif.c | 487 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 …]
|
D | qla_def.h | 4723 spinlock_t sadb_lock; /* protects list */ member
|
D | qla_os.c | 2897 spin_lock_init(&ha->sadb_lock); in qla2x00_probe_one()
|