Home
last modified time | relevance | path

Searched refs:cache_evictions (Results 1 – 23 of 23) sorted by relevance

/dports/devel/hpx/hpx-1.2.1/src/runtime/parcelset/
H A Dparcelhandler.cpp1431 util::function_nonser<std::int64_t(bool)> cache_evictions( in register_connection_cache_counter_types() local
1469 _1, std::move(cache_evictions), _2), in register_connection_cache_counter_types()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/executor/
H A DnodeMemoize.c392 mstate->stats.cache_evictions += evictions; /* Update Stats */ in cache_reduce_memory()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/executor/
H A DnodeMemoize.c392 mstate->stats.cache_evictions += evictions; /* Update Stats */ in cache_reduce_memory()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/executor/
H A DnodeMemoize.c392 mstate->stats.cache_evictions += evictions; /* Update Stats */ in cache_reduce_memory()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/executor/
H A DnodeMemoize.c392 mstate->stats.cache_evictions += evictions; /* Update Stats */ in cache_reduce_memory()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/executor/
H A DnodeMemoize.c392 mstate->stats.cache_evictions += evictions; /* Update Stats */ in cache_reduce_memory()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/executor/
H A DnodeMemoize.c392 mstate->stats.cache_evictions += evictions; /* Update Stats */
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/executor/
H A DnodeMemoize.c392 mstate->stats.cache_evictions += evictions; /* Update Stats */ in cache_reduce_memory()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/commands/
H A Dexplain.c3157 ExplainPropertyInteger("Cache Evictions", NULL, mstate->stats.cache_evictions, es); in show_memoize_info()
3168 mstate->stats.cache_evictions, in show_memoize_info()
3208 si->cache_evictions, si->cache_overflows, in show_memoize_info()
3218 si->cache_evictions, es); in show_memoize_info()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/commands/
H A Dexplain.c3157 ExplainPropertyInteger("Cache Evictions", NULL, mstate->stats.cache_evictions, es); in show_memoize_info()
3168 mstate->stats.cache_evictions, in show_memoize_info()
3208 si->cache_evictions, si->cache_overflows, in show_memoize_info()
3218 si->cache_evictions, es); in show_memoize_info()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/commands/
H A Dexplain.c3157 ExplainPropertyInteger("Cache Evictions", NULL, mstate->stats.cache_evictions, es); in show_memoize_info()
3168 mstate->stats.cache_evictions, in show_memoize_info()
3208 si->cache_evictions, si->cache_overflows, in show_memoize_info()
3218 si->cache_evictions, es); in show_memoize_info()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/commands/
H A Dexplain.c3157 ExplainPropertyInteger("Cache Evictions", NULL, mstate->stats.cache_evictions, es); in show_memoize_info()
3168 mstate->stats.cache_evictions, in show_memoize_info()
3208 si->cache_evictions, si->cache_overflows, in show_memoize_info()
3218 si->cache_evictions, es); in show_memoize_info()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/commands/
H A Dexplain.c3157 ExplainPropertyInteger("Cache Evictions", NULL, mstate->stats.cache_evictions, es); in show_memoize_info()
3168 mstate->stats.cache_evictions, in show_memoize_info()
3208 si->cache_evictions, si->cache_overflows, in show_memoize_info()
3218 si->cache_evictions, es); in show_memoize_info()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/commands/
H A Dexplain.c3157 ExplainPropertyInteger("Cache Evictions", NULL, mstate->stats.cache_evictions, es); in show_memoize_info()
3168 mstate->stats.cache_evictions, in show_memoize_info()
3208 si->cache_evictions, si->cache_overflows, in show_memoize_info()
3218 si->cache_evictions, es); in show_memoize_info()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/commands/
H A Dexplain.c3157 ExplainPropertyInteger("Cache Evictions", NULL, mstate->stats.cache_evictions, es); in show_memoize_info()
3168 mstate->stats.cache_evictions, in show_memoize_info()
3208 si->cache_evictions, si->cache_overflows, in show_memoize_info()
3218 si->cache_evictions, es); in show_memoize_info()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/include/nodes/
H A Dexecnodes.h2059 uint64 cache_evictions; /* number of cache entries removed due to member
/dports/databases/postgresql14-plperl/postgresql-14.1/src/include/nodes/
H A Dexecnodes.h2059 uint64 cache_evictions; /* number of cache entries removed due to member
/dports/databases/postgresql14-server/postgresql-14.1/src/include/nodes/
H A Dexecnodes.h2059 uint64 cache_evictions; /* number of cache entries removed due to member
/dports/databases/postgresql14-plpython/postgresql-14.1/src/include/nodes/
H A Dexecnodes.h2059 uint64 cache_evictions; /* number of cache entries removed due to member
/dports/databases/postgresql14-docs/postgresql-14.1/src/include/nodes/
H A Dexecnodes.h2059 uint64 cache_evictions; /* number of cache entries removed due to member
/dports/databases/postgresql14-contrib/postgresql-14.1/src/include/nodes/
H A Dexecnodes.h2059 uint64 cache_evictions; /* number of cache entries removed due to member
/dports/databases/postgresql14-client/postgresql-14.1/src/include/nodes/
H A Dexecnodes.h2059 uint64 cache_evictions; /* number of cache entries removed due to member
/dports/devel/hpx/hpx-1.2.1/src/runtime/agas/
H A Daddressing_service.cpp2221 util::function_nonser<std::int64_t(bool)> cache_evictions( in register_counter_types() local
2282 _1, cache_evictions, _2), in register_counter_types()