Searched refs:mMsrCount (Results 1 – 1 of 1) sorted by relevance
66 UINTN mMsrCount = 0; variable103 for (Index = 0; Index < mMsrCount; Index++) { in GetMsrSpinLockByIndex()143 mMsrSpinLocks[mMsrCount].MsrIndex = MsrIndex; in InitMsrSpinLockByIndex()144 InitializeSpinLock (mMsrSpinLocks[mMsrCount].SpinLock); in InitMsrSpinLockByIndex()145 mMsrCount ++; in InitMsrSpinLockByIndex()146 if (mMsrCount == mMsrSpinLockCount) { in InitMsrSpinLockByIndex()162 for (Index = mMsrCount; Index < mMsrSpinLockCount; Index++) { in InitMsrSpinLockByIndex()165 (Index - mMsrCount) * mSemaphoreSize); in InitMsrSpinLockByIndex()