HomeSort by: relevance | last modified time | path
    Searched refs:decay_t (Results 1 - 25 of 37) sorted by relevancy

1 2

  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
decay.h 9 * The decay_t computes the number of pages we should purge at any given time.
23 typedef struct decay_s decay_t; typedef in typeref:struct:decay_s
87 * The current decay time setting. This is the only public access to a decay_t
91 decay_ms_read(const decay_t *decay) {
100 decay_npages_limit_get(const decay_t *decay) {
106 decay_epoch_npages_delta(const decay_t *decay) {
114 * decay_t.
117 decay_epoch_duration_ns(const decay_t *decay) {
122 decay_immediately(const decay_t *decay) {
128 decay_disabled(const decay_t *decay)
    [all...]
pac.h 114 decay_t decay_dirty; /* dirty --> muzzy */
115 decay_t decay_muzzy; /* muzzy --> retained */
149 void pac_decay_all(tsdn_t *tsdn, pac_t *pac, decay_t *decay,
156 bool pac_maybe_decay_purge(tsdn_t *tsdn, pac_t *pac, decay_t *decay,
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
decay.h 9 * The decay_t computes the number of pages we should purge at any given time.
23 typedef struct decay_s decay_t; typedef in typeref:struct:decay_s
87 * The current decay time setting. This is the only public access to a decay_t
91 decay_ms_read(const decay_t *decay) {
100 decay_npages_limit_get(const decay_t *decay) {
106 decay_epoch_npages_delta(const decay_t *decay) {
114 * decay_t.
117 decay_epoch_duration_ns(const decay_t *decay) {
122 decay_immediately(const decay_t *decay) {
128 decay_disabled(const decay_t *decay)
    [all...]
pac.h 114 decay_t decay_dirty; /* dirty --> muzzy */
115 decay_t decay_muzzy; /* muzzy --> retained */
149 void pac_decay_all(tsdn_t *tsdn, pac_t *pac, decay_t *decay,
156 bool pac_maybe_decay_purge(tsdn_t *tsdn, pac_t *pac, decay_t *decay,
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
decay.h 11 * The decay_t computes the number of pages we should purge at any given time.
25 typedef struct decay_s decay_t; typedef in typeref:struct:decay_s
89 * The current decay time setting. This is the only public access to a decay_t
93 decay_ms_read(const decay_t *decay) {
102 decay_npages_limit_get(const decay_t *decay) {
108 decay_epoch_npages_delta(const decay_t *decay) {
116 * decay_t.
119 decay_epoch_duration_ns(const decay_t *decay) {
124 decay_immediately(const decay_t *decay) {
130 decay_disabled(const decay_t *decay)
    [all...]
pac.h 118 decay_t decay_dirty; /* dirty --> muzzy */
119 decay_t decay_muzzy; /* muzzy --> retained */
178 void pac_decay_all(tsdn_t *tsdn, pac_t *pac, decay_t *decay,
185 bool pac_maybe_decay_purge(tsdn_t *tsdn, pac_t *pac, decay_t *decay,
  /src/external/bsd/jemalloc/include/jemalloc/internal/
decay.h 11 * The decay_t computes the number of pages we should purge at any given time.
25 typedef struct decay_s decay_t; typedef in typeref:struct:decay_s
89 * The current decay time setting. This is the only public access to a decay_t
93 decay_ms_read(const decay_t *decay) {
102 decay_npages_limit_get(const decay_t *decay) {
108 decay_epoch_npages_delta(const decay_t *decay) {
116 * decay_t.
119 decay_epoch_duration_ns(const decay_t *decay) {
124 decay_immediately(const decay_t *decay) {
130 decay_disabled(const decay_t *decay)
    [all...]
pac.h 118 decay_t decay_dirty; /* dirty --> muzzy */
119 decay_t decay_muzzy; /* muzzy --> retained */
178 void pac_decay_all(tsdn_t *tsdn, pac_t *pac, decay_t *decay,
185 bool pac_maybe_decay_purge(tsdn_t *tsdn, pac_t *pac, decay_t *decay,
  /src/external/bsd/jemalloc.old/dist/src/
decay.c 18 decay_deadline_init(decay_t *decay) {
31 decay_reinit(decay_t *decay, nstime_t *cur_time, ssize_t decay_ms) {
47 decay_init(decay_t *decay, nstime_t *cur_time, ssize_t decay_ms) {
49 for (size_t i = 0; i < sizeof(decay_t); i++) {
76 decay_maybe_update_time(decay_t *decay, nstime_t *new_time) {
97 decay_backlog_npages_limit(const decay_t *decay) {
118 decay_backlog_update(decay_t *decay, uint64_t nadvance_u64,
153 decay_deadline_reached(const decay_t *decay, const nstime_t *time) {
158 decay_npages_purge_in(decay_t *decay, nstime_t *time, size_t npages_new) {
177 decay_maybe_advance_epoch(decay_t *decay, nstime_t *new_time
    [all...]
pac.c 20 decay_t **r_decay, pac_decay_stats_t **r_decay_stats, ecache_t **r_ecache) {
283 pac_ns_until_purge(tsdn_t *tsdn, decay_t *decay, size_t npages) {
363 pac_decay_stashed(tsdn_t *tsdn, pac_t *pac, decay_t *decay,
435 pac_decay_to_limit(tsdn_t *tsdn, pac_t *pac, decay_t *decay,
462 pac_decay_all(tsdn_t *tsdn, pac_t *pac, decay_t *decay,
470 pac_decay_try_purge(tsdn_t *tsdn, pac_t *pac, decay_t *decay,
481 pac_maybe_decay_purge(tsdn_t *tsdn, pac_t *pac, decay_t *decay,
522 decay_t *decay;
551 decay_t *decay;
  /src/external/bsd/jemalloc/dist/src/
decay.c 17 decay_deadline_init(decay_t *decay) {
31 decay_reinit(decay_t *decay, nstime_t *cur_time, ssize_t decay_ms) {
47 decay_init(decay_t *decay, nstime_t *cur_time, ssize_t decay_ms) {
49 for (size_t i = 0; i < sizeof(decay_t); i++) {
76 decay_maybe_update_time(decay_t *decay, nstime_t *new_time) {
97 decay_backlog_npages_limit(const decay_t *decay) {
119 decay_t *decay, uint64_t nadvance_u64, size_t current_npages) {
154 decay_deadline_reached(const decay_t *decay, const nstime_t *time) {
159 decay_npages_purge_in(decay_t *decay, nstime_t *time, size_t npages_new) {
179 decay_t *decay, nstime_t *new_time, size_t npages_current)
    [all...]
pac.c 19 pac_decay_data_get(pac_t *pac, extent_state_t state, decay_t **r_decay,
361 pac_ns_until_purge(tsdn_t *tsdn, decay_t *decay, size_t npages) {
477 pac_decay_stashed(tsdn_t *tsdn, pac_t *pac, decay_t *decay,
577 pac_decay_to_limit(tsdn_t *tsdn, pac_t *pac, decay_t *decay,
604 pac_decay_all(tsdn_t *tsdn, pac_t *pac, decay_t *decay,
612 pac_decay_try_purge(tsdn_t *tsdn, pac_t *pac, decay_t *decay,
623 pac_maybe_decay_purge(tsdn_t *tsdn, pac_t *pac, decay_t *decay,
664 decay_t *decay;
693 decay_t *decay;
  /src/external/bsd/jemalloc.old/dist/test/analyze/
sizes.c 38 P(decay_t);
  /src/external/bsd/jemalloc/dist/test/analyze/
sizes.c 37 P(decay_t);
  /src/external/bsd/jemalloc.old/dist/test/unit/
decay.c 6 decay_t decay;
40 decay_t decay;
71 decay_t decay;
101 decay_t decay;
142 decay_t decay;
213 decay_t decay;
  /src/external/bsd/jemalloc/dist/test/unit/
decay.c 6 decay_t decay;
39 decay_t decay;
70 decay_t decay;
100 decay_t decay;
141 decay_t decay;
216 decay_t decay;
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Any.h 70 llvm::negation<std::is_same<std::decay_t<T>, Any>>,
81 llvm::negation<std::is_convertible<Any, std::decay_t<T>>>,
82 std::is_copy_constructible<std::decay_t<T>>>::value,
86 std::make_unique<StorageImpl<std::decay_t<T>>>(std::forward<T>(Value));
146 using U = std::decay_t<T>;
TypeSwitch.h 49 using Traits = function_traits<std::decay_t<CallableT>>;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
FormatVariadicDetails.h 39 format_provider<std::decay_t<T>>::format(Item, S, Options);
62 using Decayed = std::decay_t<T>;
78 using ConstRefT = const std::decay_t<T> &;
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/
execution_impl.h 25 std::is_base_of<_IteratorTag, typename std::iterator_traits<std::decay_t<_IteratorTypes>>::iterator_category>...>;
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
mofunc_impl.h 95 template<typename _Fn, typename _Vt = decay_t<_Fn>>
120 static_assert(is_same_v<decay_t<_Tp>, _Tp>);
134 static_assert(is_same_v<decay_t<_Tp>, _Tp>);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
mofunc_impl.h 95 template<typename _Fn, typename _Vt = decay_t<_Fn>>
120 static_assert(is_same_v<decay_t<_Tp>, _Tp>);
134 static_assert(is_same_v<decay_t<_Tp>, _Tp>);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
net.h 67 async_result<decay_t<_CompletionToken>, _Signature, void>::return_type;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
net.h 67 async_result<decay_t<_CompletionToken>, _Signature, void>::return_type;
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/
Serialization.h 271 return SerializationTraits<ChannelT, ArgT, std::decay_t<CArgT>>::serialize(
286 SerializationTraits<ChannelT, ArgT, std::decay_t<CArgT>>::serialize(
308 return SequenceSerialization<ChannelT, std::decay_t<ArgTs>...>::serialize(

Completed in 59 milliseconds

1 2