Searched refs:mIsInUse (Results 1 – 2 of 2) sorted by relevance
762 if (entry->mIsInUse && (entry->mTid == tid)) in EnqueueResponse()767 entry->mIsInUse = false; in EnqueueResponse()778 entry->mIsInUse = true; in EnqueueResponse()796 if (entry.mIsInUse) in SendQueuedResponses()819 entry.mIsInUse = false; in SendQueuedResponses()
204 bool mIsInUse : 1; ///< `true` if this entry is in use, `false` otherwise. member