Searched refs:entry_mapping (Results 1 – 2 of 2) sorted by relevance
222 list.push_back(entry_mapping); in ReadAhead()246 entry_mapping.address = in ReadAhead()268 entry_mapping.success = success; in ReadAhead()271 list.push_back(entry_mapping); in ReadAhead()273 if (entry_mapping.success) { in ReadAhead()298 entry_mapping = list[i]; in UnreadAhead()304 if (!entry_mapping) { in UnreadAhead()316 UnmapWithoutErase(*entry_mapping); in UnreadAhead()327 void* address = entry_mapping.address; in UnmapWithoutErase()465 if (entry_mapping.success) { in Dump()[all …]
167 void UnmapWithoutErase(const EntryMapping& entry_mapping);