Home
last modified time | relevance | path

Searched refs:is_evicted (Results 1 – 25 of 26) sorted by relevance

12

/dports/devel/onetbb/oneTBB-2021.4.0/test/tbb/
H A Dtest_concurrent_lru_cache.cpp93 bool is_correct = preset_object.is_evicted(1) && !preset_object.is_evicted(0);
107 bool is_correct = preset_object.is_evicted(1) && !preset_object.is_evicted(0);
124 bool is_correct = preset_object.is_evicted(1) && !preset_object.is_evicted(0);
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_concurrent_lru_cache.cpp351 bool is_evicted(size_t k){ in is_evicted() function
370 ASSERT(is_evicted(1) && !is_evicted(0),"cache should evict items in lru order"); in TEST_CASE_WITH_FIXTURE()
377 ASSERT(is_evicted(1) && !is_evicted(0),"cache should not evict items in use"); in TEST_CASE_WITH_FIXTURE()
386 ASSERT(is_evicted(1) && !is_evicted(0),"cache should not evict items in use"); in TEST_CASE_WITH_FIXTURE()
421 bool is_evicted(size_t k)const{ in is_evicted() function
432 if (!this->is_evicted(i)){ in number_of_non_evicted_from_cache()
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_concurrent_lru_cache.cpp351 bool is_evicted(size_t k){ in is_evicted() function
370 ASSERT(is_evicted(1) && !is_evicted(0),"cache should evict items in lru order"); in TEST_CASE_WITH_FIXTURE()
377 ASSERT(is_evicted(1) && !is_evicted(0),"cache should not evict items in use"); in TEST_CASE_WITH_FIXTURE()
386 ASSERT(is_evicted(1) && !is_evicted(0),"cache should not evict items in use"); in TEST_CASE_WITH_FIXTURE()
421 bool is_evicted(size_t k)const{ in is_evicted() function
432 if (!this->is_evicted(i)){ in number_of_non_evicted_from_cache()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_concurrent_lru_cache.cpp351 bool is_evicted(size_t k){ in is_evicted() function
370 ASSERT(is_evicted(1) && !is_evicted(0),"cache should evict items in lru order"); in TEST_CASE_WITH_FIXTURE()
377 ASSERT(is_evicted(1) && !is_evicted(0),"cache should not evict items in use"); in TEST_CASE_WITH_FIXTURE()
386 ASSERT(is_evicted(1) && !is_evicted(0),"cache should not evict items in use"); in TEST_CASE_WITH_FIXTURE()
421 bool is_evicted(size_t k)const{ in is_evicted() function
432 if (!this->is_evicted(i)){ in number_of_non_evicted_from_cache()
/dports/databases/galera26/galera-release_26.4.10/gcomm/src/gcomm/
H A Dprotolay.hpp350 bool is_evicted(const UUID& uuid) const in is_evicted() function in gcomm::Protolay
358 return (*down_context_.begin())->is_evicted(uuid); in is_evicted()
/dports/databases/galera/galera-release_25.3.35/gcomm/src/gcomm/
H A Dprotolay.hpp350 bool is_evicted(const UUID& uuid) const in is_evicted() function in gcomm::Protolay
358 return (*down_context_.begin())->is_evicted(uuid); in is_evicted()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_device_queue_manager.c324 q->properties.is_evicted = !!qpd->evicted; in create_queue_nocpsch()
660 q->properties.is_evicted = true; in evict_process_queues_nocpsch()
710 q->properties.is_evicted = true; in evict_process_queues_cpsch()
779 q->properties.is_evicted = false; in restore_process_queues_nocpsch()
843 q->properties.is_evicted = false; in restore_process_queues_cpsch()
1317 q->properties.is_evicted = !!qpd->evicted; in create_queue_cpsch()
H A Dkfd_priv.h453 bool is_evicted; member
478 !(q).is_evicted)
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_device_queue_manager.c324 q->properties.is_evicted = !!qpd->evicted; in create_queue_nocpsch()
660 q->properties.is_evicted = true; in evict_process_queues_nocpsch()
710 q->properties.is_evicted = true; in evict_process_queues_cpsch()
779 q->properties.is_evicted = false; in restore_process_queues_nocpsch()
843 q->properties.is_evicted = false; in restore_process_queues_cpsch()
1317 q->properties.is_evicted = !!qpd->evicted; in create_queue_cpsch()
H A Dkfd_priv.h453 bool is_evicted; member
478 !(q).is_evicted)
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_device_queue_manager.c324 q->properties.is_evicted = !!qpd->evicted; in create_queue_nocpsch()
660 q->properties.is_evicted = true; in evict_process_queues_nocpsch()
710 q->properties.is_evicted = true; in evict_process_queues_cpsch()
779 q->properties.is_evicted = false; in restore_process_queues_nocpsch()
843 q->properties.is_evicted = false; in restore_process_queues_cpsch()
1317 q->properties.is_evicted = !!qpd->evicted; in create_queue_cpsch()
H A Dkfd_priv.h453 bool is_evicted; member
478 !(q).is_evicted)
/dports/devel/onetbb/oneTBB-2021.4.0/test/common/
H A Dconcurrent_lru_cache_common.h230 bool is_evicted(std::size_t key) { in is_evicted() function
/dports/databases/galera26/galera-release_26.4.10/gcomm/src/
H A Devs_proto.cpp439 if (is_evicted(i->first) == false || in handle_get_status()
1016 (is_evicted(i->first) == true && in check_inactive()
1199 assert(mn.evicted() == false || is_evicted(uuid) == true); in deliver_reg_view()
1755 is_evicted(node_uuid)); in populate_node_list()
1769 is_evicted(node_uuid), in populate_node_list()
1785 is_evicted(node_uuid), in populate_node_list()
1800 is_evicted(node_uuid), in populate_node_list()
1812 is_evicted(node_uuid), in populate_node_list()
2553 if (state() == S_CLOSED || um.source() == uuid() || is_evicted(um.source())) in handle_up()
4551 if (is_evicted(mn_uuid) == false) in handle_join()
[all …]
H A Dgmcast_proto.cpp229 if (gmcast_.is_evicted(remote_uuid_) == true) in handle_handshake_response()
H A Dgmcast.cpp677 if (is_evicted(est->remote_uuid())) in handle_established()
1785 if (is_evicted(uuid) == true) in handle_evict()
H A Dpc_proto.cpp165 if (is_evicted(NodeMap::key(i)) == true) in send_state()
/dports/databases/galera/galera-release_25.3.35/gcomm/src/
H A Devs_proto.cpp439 if (is_evicted(i->first) == false || in handle_get_status()
1016 (is_evicted(i->first) == true && in check_inactive()
1199 assert(mn.evicted() == false || is_evicted(uuid) == true); in deliver_reg_view()
1755 is_evicted(node_uuid)); in populate_node_list()
1769 is_evicted(node_uuid), in populate_node_list()
1785 is_evicted(node_uuid), in populate_node_list()
1800 is_evicted(node_uuid), in populate_node_list()
1812 is_evicted(node_uuid), in populate_node_list()
2531 if (state() == S_CLOSED || um.source() == uuid() || is_evicted(um.source())) in handle_up()
4529 if (is_evicted(mn_uuid) == false) in handle_join()
[all …]
H A Dgmcast_proto.cpp229 if (gmcast_.is_evicted(remote_uuid_) == true) in handle_handshake_response()
H A Dgmcast.cpp672 if (is_evicted(est->remote_uuid())) in handle_established()
1780 if (is_evicted(uuid) == true) in handle_evict()
H A Dpc_proto.cpp141 if (is_evicted(NodeMap::key(i)) == true) in send_state()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/
H A Drender_widget_host_view_base.h517 bool is_evicted() { return is_evicted_; } in is_evicted() function
H A Drender_widget_host_impl.cc722 blink_widget_->WasShown(show_request_timestamp, view_->is_evicted(), in WasShown()
727 show_request_timestamp, view_->is_evicted(), in WasShown()
763 bool is_evicted, in RunPendingWasShown() argument
767 blink_widget_->WasShown(show_request_timestamp, is_evicted, in RunPendingWasShown()
H A Drender_widget_host_impl.h1054 bool is_evicted,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/renderer_host/
H A Drender_widget_host_view_base.h538 bool is_evicted() { return is_evicted_; } in is_evicted() function

12