Lines Matching refs:mRefCount
121 this, mContextID, mRefCount + 1));
123 return ++mRefCount;
130 this, mContextID, mRefCount - 1));
133 Assert(mRefCount);
134 if (--mRefCount == 0)
137 return mRefCount;
247 AssertMsg(mRefCount == 0, ("pHostCmd=%p, CID=%RU32 still being used by a client (%RU32 refs), cannot free yet\n",
248 this, mContextID, mRefCount));
446 uint32_t mRefCount;
753 mID, pHostCmd, pHostCmd->mContextID, pHostCmd->mMsgType, pHostCmd->mParmCount, pHostCmd->mRefCount));
1106 pCurCmd->mContextID, pCurCmd->mRefCount, rc2));