Lines Matching refs:ctxEntry
822 auto& ctxEntry = ctxIt->second; in setContextAddressSpaceHandleLocked() local
823 ctxEntry.addressSpaceHandle = handle; in setContextAddressSpaceHandleLocked()
824 ctxEntry.hasAddressSpaceHandle = true; in setContextAddressSpaceHandleLocked()
825 ctxEntry.addressSpaceHandles[resourceId] = handle; in setContextAddressSpaceHandleLocked()
836 auto& ctxEntry = ctxIt->second; in getAddressSpaceHandleLocked() local
838 if (!ctxEntry.addressSpaceHandles.count(resourceId)) { in getAddressSpaceHandleLocked()
843 return ctxEntry.addressSpaceHandles[resourceId]; in getAddressSpaceHandleLocked()
870 auto& ctxEntry = ctxIt->second; in addressSpaceProcessCmd() local
873 std::string name = ctxEntry.name + "-" + std::to_string(contextCreate.resourceId); in addressSpaceProcessCmd()
886 .virtioGpuCapsetId = ctxEntry.capsetId, in addressSpaceProcessCmd()
888 .contextNameSize = static_cast<uint32_t>(ctxEntry.name.size()), in addressSpaceProcessCmd()
1929 auto& ctxEntry = ctxIt->second; in detachResourceLocked() local
1930 if (ctxEntry.addressSpaceHandles.count(toUnrefId)) { in detachResourceLocked()
1931 uint32_t asgHandle = ctxEntry.addressSpaceHandles[toUnrefId]; in detachResourceLocked()
1937 ctxEntry.addressSpaceHandles.erase(toUnrefId); in detachResourceLocked()