Home
last modified time | relevance | path

Searched refs:to_evict (Results 1 – 25 of 28) sorted by relevance

12

/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/d3d12/
H A Dd3d12_residency.cpp38 ID3D12Pageable *to_evict[residency_batch_size]; in evict_aged_allocations() local
54 to_evict[num_pending_evictions++] = bo->res; in evict_aged_allocations()
59 screen->dev->Evict(num_pending_evictions, to_evict); in evict_aged_allocations()
65 screen->dev->Evict(num_pending_evictions, to_evict); in evict_aged_allocations()
73 ID3D12Pageable *to_evict[residency_batch_size]; in evict_to_fence_or_budget() local
87 to_evict[num_pending_evictions++] = bo->res; in evict_to_fence_or_budget()
94 screen->dev->Evict(num_pending_evictions, to_evict); in evict_to_fence_or_budget()
100 screen->dev->Evict(num_pending_evictions, to_evict); in evict_to_fence_or_budget()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/reporting/
H A Dreporting_cache_impl.cc51 DCHECK(to_evict != reports_.end()); in AddReport()
54 DCHECK(!to_evict->get()->IsUploadPending()); in AddReport()
56 reports_.erase(to_evict); in AddReport()
686 if (to_evict == reports_.end() || in FindReportToEvict()
688 to_evict = it; in FindReportToEvict()
692 return to_evict; in FindReportToEvict()
1144 ClientMap::iterator to_evict = clients_.end(); in EnforcePerClientAndGlobalEndpointLimits() local
1147 if (to_evict == clients_.end() || in EnforcePerClientAndGlobalEndpointLimits()
1149 to_evict = it; in EnforcePerClientAndGlobalEndpointLimits()
1153 DCHECK(to_evict != clients_.end()); in EnforcePerClientAndGlobalEndpointLimits()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/reporting/
H A Dreporting_cache_impl.cc53 DCHECK(to_evict != reports_.end()); in AddReport()
56 DCHECK(!to_evict->get()->IsUploadPending()); in AddReport()
58 reports_.erase(to_evict); in AddReport()
688 if (to_evict == reports_.end() || in FindReportToEvict()
690 to_evict = it; in FindReportToEvict()
694 return to_evict; in FindReportToEvict()
1146 ClientMap::iterator to_evict = clients_.end(); in EnforcePerClientAndGlobalEndpointLimits() local
1149 if (to_evict == clients_.end() || in EnforcePerClientAndGlobalEndpointLimits()
1151 to_evict = it; in EnforcePerClientAndGlobalEndpointLimits()
1155 DCHECK(to_evict != clients_.end()); in EnforcePerClientAndGlobalEndpointLimits()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dinput.c257 fcache *to_evict = &fcache_tab[0]; in evicted_cache_tab_entry() local
258 unsigned huc = to_evict->use_count; in evicted_cache_tab_entry()
264 if (c->use_count < to_evict->use_count in evicted_cache_tab_entry()
265 || (to_evict->file_path && c_is_empty)) in evicted_cache_tab_entry()
268 to_evict = c; in evicted_cache_tab_entry()
282 return to_evict; in evicted_cache_tab_entry()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dinput.c256 fcache *to_evict = &fcache_tab[0]; in evicted_cache_tab_entry() local
257 unsigned huc = to_evict->use_count; in evicted_cache_tab_entry()
263 if (c->use_count < to_evict->use_count in evicted_cache_tab_entry()
264 || (to_evict->file_path && c_is_empty)) in evicted_cache_tab_entry()
267 to_evict = c; in evicted_cache_tab_entry()
281 return to_evict; in evicted_cache_tab_entry()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dinput.c256 fcache *to_evict = &fcache_tab[0]; in evicted_cache_tab_entry() local
257 unsigned huc = to_evict->use_count; in evicted_cache_tab_entry()
263 if (c->use_count < to_evict->use_count in evicted_cache_tab_entry()
264 || (to_evict->file_path && c_is_empty)) in evicted_cache_tab_entry()
267 to_evict = c; in evicted_cache_tab_entry()
281 return to_evict; in evicted_cache_tab_entry()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dinput.c336 fcache *to_evict = &fcache_tab[0]; in evicted_cache_tab_entry() local
337 unsigned huc = to_evict->use_count; in evicted_cache_tab_entry()
343 if (c->use_count < to_evict->use_count in evicted_cache_tab_entry()
344 || (to_evict->file_path && c_is_empty)) in evicted_cache_tab_entry()
347 to_evict = c; in evicted_cache_tab_entry()
361 return to_evict; in evicted_cache_tab_entry()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dinput.c336 fcache *to_evict = &fcache_tab[0]; in evicted_cache_tab_entry() local
337 unsigned huc = to_evict->use_count; in evicted_cache_tab_entry()
343 if (c->use_count < to_evict->use_count in evicted_cache_tab_entry()
344 || (to_evict->file_path && c_is_empty)) in evicted_cache_tab_entry()
347 to_evict = c; in evicted_cache_tab_entry()
361 return to_evict; in evicted_cache_tab_entry()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dinput.c336 fcache *to_evict = &fcache_tab[0]; in evicted_cache_tab_entry() local
337 unsigned huc = to_evict->use_count; in evicted_cache_tab_entry()
343 if (c->use_count < to_evict->use_count in evicted_cache_tab_entry()
344 || (to_evict->file_path && c_is_empty)) in evicted_cache_tab_entry()
347 to_evict = c; in evicted_cache_tab_entry()
361 return to_evict; in evicted_cache_tab_entry()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dinput.c336 fcache *to_evict = &fcache_tab[0]; in evicted_cache_tab_entry() local
337 unsigned huc = to_evict->use_count; in evicted_cache_tab_entry()
343 if (c->use_count < to_evict->use_count in evicted_cache_tab_entry()
344 || (to_evict->file_path && c_is_empty)) in evicted_cache_tab_entry()
347 to_evict = c; in evicted_cache_tab_entry()
361 return to_evict; in evicted_cache_tab_entry()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dinput.c336 fcache *to_evict = &fcache_tab[0]; in evicted_cache_tab_entry() local
337 unsigned huc = to_evict->use_count; in evicted_cache_tab_entry()
343 if (c->use_count < to_evict->use_count in evicted_cache_tab_entry()
344 || (to_evict->file_path && c_is_empty)) in evicted_cache_tab_entry()
347 to_evict = c; in evicted_cache_tab_entry()
361 return to_evict; in evicted_cache_tab_entry()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dinput.c336 fcache *to_evict = &fcache_tab[0]; in evicted_cache_tab_entry() local
337 unsigned huc = to_evict->use_count; in evicted_cache_tab_entry()
343 if (c->use_count < to_evict->use_count in evicted_cache_tab_entry()
344 || (to_evict->file_path && c_is_empty)) in evicted_cache_tab_entry()
347 to_evict = c; in evicted_cache_tab_entry()
361 return to_evict; in evicted_cache_tab_entry()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dinput.c337 fcache *to_evict = &fcache_tab[0]; in evicted_cache_tab_entry() local
338 unsigned huc = to_evict->use_count; in evicted_cache_tab_entry()
344 if (c->use_count < to_evict->use_count in evicted_cache_tab_entry()
345 || (to_evict->file_path && c_is_empty)) in evicted_cache_tab_entry()
348 to_evict = c; in evicted_cache_tab_entry()
362 return to_evict; in evicted_cache_tab_entry()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dinput.c339 fcache *to_evict = &fcache_tab[0]; in evicted_cache_tab_entry() local
340 unsigned huc = to_evict->use_count; in evicted_cache_tab_entry()
346 if (c->use_count < to_evict->use_count in evicted_cache_tab_entry()
347 || (to_evict->file_path && c_is_empty)) in evicted_cache_tab_entry()
350 to_evict = c; in evicted_cache_tab_entry()
364 return to_evict; in evicted_cache_tab_entry()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dinput.c339 fcache *to_evict = &fcache_tab[0]; in evicted_cache_tab_entry() local
340 unsigned huc = to_evict->use_count; in evicted_cache_tab_entry()
346 if (c->use_count < to_evict->use_count in evicted_cache_tab_entry()
347 || (to_evict->file_path && c_is_empty)) in evicted_cache_tab_entry()
350 to_evict = c; in evicted_cache_tab_entry()
364 return to_evict; in evicted_cache_tab_entry()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dinput.c339 fcache *to_evict = &fcache_tab[0]; in evicted_cache_tab_entry() local
340 unsigned huc = to_evict->use_count; in evicted_cache_tab_entry()
346 if (c->use_count < to_evict->use_count in evicted_cache_tab_entry()
347 || (to_evict->file_path && c_is_empty)) in evicted_cache_tab_entry()
350 to_evict = c; in evicted_cache_tab_entry()
364 return to_evict; in evicted_cache_tab_entry()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dinput.c337 fcache *to_evict = &fcache_tab[0]; in evicted_cache_tab_entry() local
338 unsigned huc = to_evict->use_count; in evicted_cache_tab_entry()
344 if (c->use_count < to_evict->use_count in evicted_cache_tab_entry()
345 || (to_evict->file_path && c_is_empty)) in evicted_cache_tab_entry()
348 to_evict = c; in evicted_cache_tab_entry()
362 return to_evict; in evicted_cache_tab_entry()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dinput.c339 fcache *to_evict = &fcache_tab[0]; in evicted_cache_tab_entry() local
340 unsigned huc = to_evict->use_count; in evicted_cache_tab_entry()
346 if (c->use_count < to_evict->use_count in evicted_cache_tab_entry()
347 || (to_evict->file_path && c_is_empty)) in evicted_cache_tab_entry()
350 to_evict = c; in evicted_cache_tab_entry()
364 return to_evict; in evicted_cache_tab_entry()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dinput.c337 fcache *to_evict = &fcache_tab[0]; in evicted_cache_tab_entry() local
338 unsigned huc = to_evict->use_count; in evicted_cache_tab_entry()
344 if (c->use_count < to_evict->use_count in evicted_cache_tab_entry()
345 || (to_evict->file_path && c_is_empty)) in evicted_cache_tab_entry()
348 to_evict = c; in evicted_cache_tab_entry()
362 return to_evict; in evicted_cache_tab_entry()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dinput.c339 fcache *to_evict = &fcache_tab[0]; in evicted_cache_tab_entry() local
340 unsigned huc = to_evict->use_count; in evicted_cache_tab_entry()
346 if (c->use_count < to_evict->use_count in evicted_cache_tab_entry()
347 || (to_evict->file_path && c_is_empty)) in evicted_cache_tab_entry()
350 to_evict = c; in evicted_cache_tab_entry()
364 return to_evict; in evicted_cache_tab_entry()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dinput.c339 fcache *to_evict = &fcache_tab[0]; in evicted_cache_tab_entry() local
340 unsigned huc = to_evict->use_count; in evicted_cache_tab_entry()
346 if (c->use_count < to_evict->use_count in evicted_cache_tab_entry()
347 || (to_evict->file_path && c_is_empty)) in evicted_cache_tab_entry()
350 to_evict = c; in evicted_cache_tab_entry()
364 return to_evict; in evicted_cache_tab_entry()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dinput.c407 file_cache_slot *to_evict = &m_file_slots[0]; in evicted_cache_tab_entry() local
408 unsigned huc = to_evict->get_use_count (); in evicted_cache_tab_entry()
414 if (c->get_use_count () < to_evict->get_use_count () in evicted_cache_tab_entry()
415 || (to_evict->get_file_path () && c_is_empty)) in evicted_cache_tab_entry()
418 to_evict = c; in evicted_cache_tab_entry()
432 return to_evict; in evicted_cache_tab_entry()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/innobase/lock/
H A Dlock0lock.cc4253 std::set<table_id_t> to_evict; in lock_release() local
4263 to_evict.insert(it->first->id); in lock_release()
4315 if (to_evict.empty()) { in lock_release()
4320 for (std::set<table_id_t>::const_iterator i = to_evict.begin(); in lock_release()
4321 i != to_evict.end(); ++i) { in lock_release()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/innobase/lock/
H A Dlock0lock.cc4253 std::set<table_id_t> to_evict; in lock_release() local
4263 to_evict.insert(it->first->id); in lock_release()
4315 if (to_evict.empty()) { in lock_release()
4320 for (std::set<table_id_t>::const_iterator i = to_evict.begin(); in lock_release()
4321 i != to_evict.end(); ++i) { in lock_release()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/innobase/lock/
H A Dlock0lock.cc4209 std::set<table_id_t> to_evict; in lock_release() local
4218 to_evict.emplace(p.first->id); in lock_release()
4270 if (to_evict.empty()) { in lock_release()
4275 for (table_id_t id : to_evict) { in lock_release()

12