Searched refs:ctxIt (Results 1 – 1 of 1) sorted by relevance
816 auto ctxIt = mContexts.find(ctxId); in setContextAddressSpaceHandleLocked() local817 if (ctxIt == mContexts.end()) { in setContextAddressSpaceHandleLocked()822 auto& ctxEntry = ctxIt->second; in setContextAddressSpaceHandleLocked()830 auto ctxIt = mContexts.find(ctxId); in getAddressSpaceHandleLocked() local831 if (ctxIt == mContexts.end()) { in getAddressSpaceHandleLocked()836 auto& ctxEntry = ctxIt->second; in getAddressSpaceHandleLocked()864 auto ctxIt = mContexts.find(ctxId); in addressSpaceProcessCmd() local865 if (ctxIt == mContexts.end()) { in addressSpaceProcessCmd()870 auto& ctxEntry = ctxIt->second; in addressSpaceProcessCmd()1927 auto ctxIt = mContexts.find(ctxId); in detachResourceLocked() local[all …]