Searched refs:mIsInUse (Results 1 – 2 of 2) sorted by relevance
740 if (entry->mIsInUse && (entry->mTid == tid)) in EnqueueResponse()745 entry->mIsInUse = false; in EnqueueResponse()756 entry->mIsInUse = true; in EnqueueResponse()774 if (entry.mIsInUse) in SendQueuedResponses()797 entry.mIsInUse = false; in SendQueuedResponses()
174 bool mIsInUse : 1; ///< `true` if this entry is in use, `false` otherwise. member