Searched refs:sadb_lock (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/drivers/scsi/qla2xxx/ |
D | qla_edif.c | 454 spin_lock_irqsave(&ha->sadb_lock, flags); in qla2x00_release_all_sadb() 459 spin_unlock_irqrestore(&ha->sadb_lock, flags); in qla2x00_release_all_sadb() 462 spin_lock_irqsave(&ha->sadb_lock, flags); in qla2x00_release_all_sadb() 470 spin_unlock_irqrestore(&ha->sadb_lock, flags); in qla2x00_release_all_sadb() 475 spin_lock_irqsave(&ha->sadb_lock, flags); in qla2x00_release_all_sadb() 479 spin_unlock_irqrestore(&ha->sadb_lock, flags); in qla2x00_release_all_sadb() 2750 spin_lock_irqsave(&ha->sadb_lock, flags); in qla_edif_sadb_delete_sa_index() 2770 spin_unlock_irqrestore(&ha->sadb_lock, flags); in qla_edif_sadb_delete_sa_index() 3298 spin_lock_irqsave(&ha->sadb_lock, flags); in qla_edif_sadb_get_sa_index() 3300 spin_unlock_irqrestore(&ha->sadb_lock, flags); in qla_edif_sadb_get_sa_index() [all …]
|
D | qla_def.h | 4837 spinlock_t sadb_lock; /* protects list */ member
|
D | qla_os.c | 2984 spin_lock_init(&ha->sadb_lock); in qla2x00_probe_one()
|