Home
last modified time | relevance | path

Searched refs:entry_mapping (Results 1 – 2 of 2) sorted by relevance

/system/iorap/src/prefetcher/
Dsession.cc153 for (const EntryMapping& entry_mapping : list) { in UnregisterFilePath() local
154 ReadAheadKind kind = entry_mapping.entry.kind; in UnregisterFilePath()
164 UnmapWithoutErase(entry_mapping); in UnregisterFilePath()
201 EntryMapping entry_mapping{entry, /*address*/nullptr, /*success*/false}; in ReadAhead() local
222 list.push_back(entry_mapping); in ReadAhead()
246 entry_mapping.address = in ReadAhead()
249 if (entry_mapping.address == nullptr) { in ReadAhead()
257 if (need_mlock && mlock(entry_mapping.address, length) < 0) { in ReadAhead()
268 entry_mapping.success = success; in ReadAhead()
271 list.push_back(entry_mapping); in ReadAhead()
[all …]
Dsession.h167 void UnmapWithoutErase(const EntryMapping& entry_mapping);