Searched refs:HostMemInfo (Results 1 – 2 of 2) sorted by relevance
60 struct HostMemInfo { struct85 std::optional<HostMemInfo> removeMapping(uint32_t ctx_id, uint64_t blobId); argument108 std::unordered_map<std::pair<uint32_t, uint64_t>, HostMemInfo, pair_hash> mHostMemInfos;
31 struct HostMemInfo info = { in addMapping()41 std::optional<HostMemInfo> BlobManager::removeMapping(uint32_t ctxId, uint64_t blobId) { in removeMapping()46 std::optional<HostMemInfo> ret = found->second; in removeMapping()