Home
last modified time | relevance | path

Searched defs:to_evict (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_residency.cpp39 ID3D12Pageable *to_evict[residency_batch_size]; in evict_aged_allocations() local
73 ID3D12Pageable *to_evict[residency_batch_size]; in evict_to_fence_or_budget() local
/aosp_15_r20/external/cronet/net/reporting/
H A Dreporting_cache_impl.cc64 ReportSet::const_iterator to_evict = FindReportToEvict(); in AddReport() local
994 ReportSet::const_iterator to_evict = reports_.end(); in FindReportToEvict() local
1462 ClientMap::iterator to_evict = clients_.end(); in EnforcePerClientAndGlobalEndpointLimits() local
/aosp_15_r20/external/crosvm/disk/src/qcow/
H A Dvec_cache.rs124 let to_evict = *self.map.iter().next().unwrap().0; in insert() localVariable