Home
last modified time | relevance | path

Searched defs:evicted (Results 1 – 25 of 185) sorted by relevance

12345678

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/util/
H A Dlru_cache_test.cpp160 auto evicted = cache.add(i, i); in TEST() local
195 auto evicted = cache.add(1, 2); in TEST() local
223 auto evicted = cache.add(i, i); in TEST() local
247 auto evicted = cache.add(maxSize + 1, maxSize + 1); in TEST() local
280 auto evicted = cache.add(j, j); in TEST() local
292 auto evicted = cache.add(maxSize, maxSize); in TEST() local
314 auto evicted = cache.add(j, j); in TEST() local
357 auto evicted = cache.add(j, j); in TEST() local
362 auto evicted = cache.add(i, maxSize); in TEST() local
382 auto evicted = cache.add(j, j); in TEST() local
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/query/
H A Dlru_key_value_test.cpp102 std::unique_ptr<int> evicted = cache.add(i, new int(i)); in TEST() local
117 std::unique_ptr<int> evicted = cache.add(maxSize + 1, new int(maxSize + 1)); in TEST() local
142 std::unique_ptr<int> evicted = cache.add(i, new int(i)); in TEST() local
153 std::unique_ptr<int> evicted = cache.add(i, new int(i)); in TEST() local
/dports/lang/guile/guile-3.0.7/libguile/
H A Dcache-internal.h63 scm_cache_evict_1 (struct scm_cache *cache, struct scm_cache_entry *evicted) in scm_cache_evict_1()
91 struct scm_cache_entry *evicted) in scm_cache_insert()
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dcache-internal.h65 scm_cache_evict_1 (struct scm_cache *cache, struct scm_cache_entry *evicted) in scm_cache_evict_1()
93 struct scm_cache_entry *evicted) in scm_cache_insert()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/CodeGen/
H A DMemoryAllocator.cpp74 std::vector<Handle> &evicted) { in evictFirstFit()
124 std::vector<Handle> &evicted) { in allocate()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/catalog/
H A Dnamespace_uuid_cache.cpp70 size_t evicted = _cache.erase(nss.ns()); in evictNamespace() local
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/mediasource/
H A DResourceQueue.cpp83 uint32_t evicted = 0; in EvictBefore() local
113 uint32_t evicted = 0; in EvictAll() local
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/mediasource/
H A DResourceQueue.cpp101 uint32_t evicted = 0; in EvictBefore() local
134 uint32_t evicted = 0; in EvictAll() local
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/innobase/include/
H A Dbuf0flu.h52 ulint evicted; /*!< number of clean pages evicted */ member
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/innobase/include/
H A Dbuf0flu.h52 ulint evicted; /*!< number of clean pages evicted */ member
/dports/sysutils/gconf-editor/gconf-editor-3.0.1/po/
H A Dbe@latin.po52 #: ../src/gconf-editor-window.c:407
/dports/www/firefox-esr/firefox-91.8.0/dom/media/mediasource/
H A DResourceQueue.cpp90 uint32_t evicted = 0; in EvictBefore() local
114 uint32_t evicted = 0; in EvictAll() local
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/mediasource/
H A DResourceQueue.cpp91 uint32_t evicted = 0; in EvictBefore() local
115 uint32_t evicted = 0; in EvictAll() local
/dports/www/firefox/firefox-99.0/dom/media/mediasource/
H A DResourceQueue.cpp90 uint32_t evicted = 0; in EvictBefore() local
114 uint32_t evicted = 0; in EvictAll() local
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/mediasource/
H A DResourceQueue.cpp90 uint32_t evicted = 0; in EvictBefore() local
114 uint32_t evicted = 0; in EvictAll() local
/dports/databases/memcached/memcached-1.6.12/
H A Ditems.h68 int64_t evicted; member
/dports/databases/galera/galera-release_25.3.35/gcomm/src/
H A Dpc_message.hpp48 const bool evicted = false, in Node()
67 void set_evicted (const bool evicted) { evicted_ = evicted ; } in set_evicted()
76 bool evicted() const { return evicted_ ; } in evicted() function in gcomm::pc::Node
/dports/databases/galera26/galera-release_26.4.10/gcomm/src/
H A Dpc_message.hpp48 const bool evicted = false, in Node()
67 void set_evicted (const bool evicted) { evicted_ = evicted ; } in set_evicted()
76 bool evicted() const { return evicted_ ; } in evicted() function in gcomm::pc::Node
/dports/security/suricata/suricata-6.0.4/src/
H A Dflow-hash.h46 Flow *evicted; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/msm/
H A Dmsm_gem_shrinker.c136 int evicted = scan(priv, sc->nr_to_scan - freed, in msm_gem_shrinker_scan() local
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/msm/
H A Dmsm_gem_shrinker.c136 int evicted = scan(priv, sc->nr_to_scan - freed, in msm_gem_shrinker_scan() local
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/msm/
H A Dmsm_gem_shrinker.c136 int evicted = scan(priv, sc->nr_to_scan - freed, in msm_gem_shrinker_scan() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/http/
H A Dhttp_auth_cache.cc169 bool evicted = false; in Add() local
247 bool evicted = false; in AddPath() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/http/
H A Dhttp_auth_cache.cc169 bool evicted = false; in Add() local
247 bool evicted = false; in AddPath() local
/dports/databases/percona56-server/percona-server-5.6.51-91.0/plugin/innodb_memcached/daemon_memcached/engines/default_engine/
H A Ditems.h26 unsigned int evicted; member

12345678