Searched refs:hba_spinlock (Results 1 – 2 of 2) sorted by relevance
925 spinlock_t hba_spinlock; // held/released by WorkerThread member929 #define CPQ_SPINLOCK_HBA( x ) spin_lock(&x->hba_spinlock);930 #define CPQ_SPINUNLOCK_HBA(x) spin_unlock(&x->hba_spinlock);
299 cpqfcHBAdata->hba_spinlock = SPIN_LOCK_UNLOCKED; in cpqfcTS_detect()