HomeSort by: relevance | last modified time | path
    Searched defs:retained (Results 1 - 25 of 34) sorted by relevancy

1 2

  /src/external/bsd/jemalloc.old/dist/src/
pa_extra.c 92 pa_shard_stats_out->pac_stats.retained +=
134 size_t dirty, muzzy, retained, dirty_bytes, muzzy_bytes, local
138 retained = ecache_nextents_get(&shard->pac.ecache_retained, i);
146 estats_out[i].nretained = retained;
pa_extra.c 92 pa_shard_stats_out->pac_stats.retained +=
134 size_t dirty, muzzy, retained, dirty_bytes, muzzy_bytes, local
138 retained = ecache_nextents_get(&shard->pac.ecache_retained, i);
146 estats_out[i].nretained = retained;
  /src/external/bsd/jemalloc/dist/src/
pa_extra.c 108 pa_shard_stats_out->pac_stats.retained +=
150 size_t dirty, muzzy, retained, dirty_bytes, muzzy_bytes, local
154 retained = ecache_nextents_get(&shard->pac.ecache_retained, i);
162 estats_out[i].nretained = retained;
pa_extra.c 108 pa_shard_stats_out->pac_stats.retained +=
150 size_t dirty, muzzy, retained, dirty_bytes, muzzy_bytes, local
154 retained = ecache_nextents_get(&shard->pac.ecache_retained, i);
162 estats_out[i].nretained = retained;
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
ctl.h 59 size_t retained; member in struct:ctl_stats_s
pac.h 58 * Number of unused virtual memory bytes currently retained. Retained
62 size_t retained; /* Derived. */ member in struct:pac_stats_s
65 * Number of bytes currently mapped, excluding retained memory (and any
98 /* The grow info for the retained ecache. */
115 decay_t decay_muzzy; /* muzzy --> retained */
162 * grow-retained pathways (unless forced to by an allocaction request).
ctl.h 59 size_t retained; member in struct:ctl_stats_s
pac.h 58 * Number of unused virtual memory bytes currently retained. Retained
62 size_t retained; /* Derived. */ member in struct:pac_stats_s
65 * Number of bytes currently mapped, excluding retained memory (and any
98 /* The grow info for the retained ecache. */
115 decay_t decay_muzzy; /* muzzy --> retained */
162 * grow-retained pathways (unless forced to by an allocaction request).
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
ctl.h 59 size_t retained; member in struct:ctl_stats_s
pac.h 58 * Number of unused virtual memory bytes currently retained. Retained
62 size_t retained; /* Derived. */ member in struct:pac_stats_s
65 * Number of bytes currently mapped, excluding retained memory (and any
98 /* The grow info for the retained ecache. */
115 decay_t decay_muzzy; /* muzzy --> retained */
162 * grow-retained pathways (unless forced to by an allocaction request).
ctl.h 59 size_t retained; member in struct:ctl_stats_s
pac.h 58 * Number of unused virtual memory bytes currently retained. Retained
62 size_t retained; /* Derived. */ member in struct:pac_stats_s
65 * Number of bytes currently mapped, excluding retained memory (and any
98 /* The grow info for the retained ecache. */
115 decay_t decay_muzzy; /* muzzy --> retained */
162 * grow-retained pathways (unless forced to by an allocaction request).
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
pac.h 62 * Number of unused virtual memory bytes currently retained. Retained
66 size_t retained; /* Derived. */ member in struct:pac_stats_s
69 * Number of bytes currently mapped, excluding retained memory (and any
102 /* The grow info for the retained ecache. */
119 decay_t decay_muzzy; /* muzzy --> retained */
191 * grow-retained pathways (unless forced to by an allocaction request).
pac.h 62 * Number of unused virtual memory bytes currently retained. Retained
66 size_t retained; /* Derived. */ member in struct:pac_stats_s
69 * Number of bytes currently mapped, excluding retained memory (and any
102 /* The grow info for the retained ecache. */
119 decay_t decay_muzzy; /* muzzy --> retained */
191 * grow-retained pathways (unless forced to by an allocaction request).
ctl.h 65 size_t retained; member in struct:ctl_stats_s
ctl.h 65 size_t retained; member in struct:ctl_stats_s
  /src/external/bsd/jemalloc/include/jemalloc/internal/
pac.h 62 * Number of unused virtual memory bytes currently retained. Retained
66 size_t retained; /* Derived. */ member in struct:pac_stats_s
69 * Number of bytes currently mapped, excluding retained memory (and any
102 /* The grow info for the retained ecache. */
119 decay_t decay_muzzy; /* muzzy --> retained */
191 * grow-retained pathways (unless forced to by an allocaction request).
pac.h 62 * Number of unused virtual memory bytes currently retained. Retained
66 size_t retained; /* Derived. */ member in struct:pac_stats_s
69 * Number of bytes currently mapped, excluding retained memory (and any
102 /* The grow info for the retained ecache. */
119 decay_t decay_muzzy; /* muzzy --> retained */
191 * grow-retained pathways (unless forced to by an allocaction request).
ctl.h 65 size_t retained; member in struct:ctl_stats_s
ctl.h 65 size_t retained; member in struct:ctl_stats_s
  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
panfrost_drm.h 216 * In the WILLNEED case, 'retained' indicates to userspace whether the
219 #define PANFROST_MADV_WILLNEED 0 /* backing pages are needed, status returned in 'retained' */
225 __u32 retained; /* out, whether backing store still exists */ member in struct:drm_panfrost_madvise
panfrost_drm.h 216 * In the WILLNEED case, 'retained' indicates to userspace whether the
219 #define PANFROST_MADV_WILLNEED 0 /* backing pages are needed, status returned in 'retained' */
225 __u32 retained; /* out, whether backing store still exists */ member in struct:drm_panfrost_madvise
msm_drm.h 266 * In the WILLNEED case, 'retained' indicates to userspace whether the
269 #define MSM_MADV_WILLNEED 0 /* backing pages are needed, status returned in 'retained' */
276 __u32 retained; /* out, whether backing store still exists */ member in struct:drm_msm_gem_madvise
  /src/external/ibm-public/postfix/dist/src/util/
dict_cache.c 237 int retained; /* entries retained in cleanup run */ member in struct:DICT_CACHE
465 msg_info("cache %s %s cleanup: retained=%d dropped=%d entries",
466 cp->name, full_partial, cp->retained, cp->dropped);
467 cp->retained = cp->dropped = 0;
492 cp->retained = cp->dropped = 0;
516 cp->retained++;
621 if (cp->retained || cp->dropped)
654 cp->retained = 0;
dict_cache.c 237 int retained; /* entries retained in cleanup run */ member in struct:DICT_CACHE
465 msg_info("cache %s %s cleanup: retained=%d dropped=%d entries",
466 cp->name, full_partial, cp->retained, cp->dropped);
467 cp->retained = cp->dropped = 0;
492 cp->retained = cp->dropped = 0;
516 cp->retained++;
621 if (cp->retained || cp->dropped)
654 cp->retained = 0;

Completed in 85 milliseconds

1 2