Lines Matching refs:ctxIt
816 auto ctxIt = mContexts.find(ctxId); in setContextAddressSpaceHandleLocked() local
817 if (ctxIt == mContexts.end()) { in setContextAddressSpaceHandleLocked()
822 auto& ctxEntry = ctxIt->second; in setContextAddressSpaceHandleLocked()
830 auto ctxIt = mContexts.find(ctxId); in getAddressSpaceHandleLocked() local
831 if (ctxIt == mContexts.end()) { in getAddressSpaceHandleLocked()
836 auto& ctxEntry = ctxIt->second; in getAddressSpaceHandleLocked()
864 auto ctxIt = mContexts.find(ctxId); in addressSpaceProcessCmd() local
865 if (ctxIt == mContexts.end()) { in addressSpaceProcessCmd()
870 auto& ctxEntry = ctxIt->second; in addressSpaceProcessCmd()
1927 auto ctxIt = mContexts.find(ctxId); in detachResourceLocked() local
1928 if (ctxIt != mContexts.end()) { in detachResourceLocked()
1929 auto& ctxEntry = ctxIt->second; in detachResourceLocked()