Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/qla2xxx/
Dqla_edif.c353 spin_lock_irqsave(&ha->sadb_fp_lock, flags); in qla_edif_add_sa_index_to_freepool()
355 spin_unlock_irqrestore(&ha->sadb_fp_lock, flags); in qla_edif_add_sa_index_to_freepool()
2643 spin_lock_irqsave(&ha->sadb_fp_lock, flags); in qla_edif_get_sa_index_from_freepool()
2646 spin_unlock_irqrestore(&ha->sadb_fp_lock, flags); in qla_edif_get_sa_index_from_freepool()
2650 spin_unlock_irqrestore(&ha->sadb_fp_lock, flags); in qla_edif_get_sa_index_from_freepool()
Dqla_def.h4758 spinlock_t sadb_fp_lock; member
Dqla_os.c2954 spin_lock_init(&ha->sadb_fp_lock); in qla2x00_probe_one()