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

1 2

  /src/external/bsd/jemalloc/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/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/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/dist/include/jemalloc/internal/
arena_stats.h 62 /* Number of bytes currently mapped, excluding retained memory. */
66 * Number of unused virtual memory bytes currently retained. Retained
70 atomic_zu_t retained; /* Derived. */ member in struct:arena_stats_s
ctl.h 54 size_t retained; member in struct:ctl_stats_s
arena_stats.h 62 /* Number of bytes currently mapped, excluding retained memory. */
66 * Number of unused virtual memory bytes currently retained. Retained
70 atomic_zu_t retained; /* Derived. */ member in struct:arena_stats_s
ctl.h 54 size_t retained; member in struct:ctl_stats_s
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
arena_stats.h 62 /* Number of bytes currently mapped, excluding retained memory. */
66 * Number of unused virtual memory bytes currently retained. Retained
70 atomic_zu_t retained; /* Derived. */ member in struct:arena_stats_s
ctl.h 54 size_t retained; member in struct:ctl_stats_s
arena_stats.h 62 /* Number of bytes currently mapped, excluding retained memory. */
66 * Number of unused virtual memory bytes currently retained. Retained
70 atomic_zu_t retained; /* Derived. */ member in struct:arena_stats_s
ctl.h 54 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
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 231 int retained; /* entries retained in cleanup run */ member in struct:DICT_CACHE
459 msg_info("cache %s %s cleanup: retained=%d dropped=%d entries",
460 cp->name, full_partial, cp->retained, cp->dropped);
461 cp->retained = cp->dropped = 0;
486 cp->retained = cp->dropped = 0;
510 cp->retained++;
615 if (cp->retained || cp->dropped)
648 cp->retained = 0;
dict_cache.c 231 int retained; /* entries retained in cleanup run */ member in struct:DICT_CACHE
459 msg_info("cache %s %s cleanup: retained=%d dropped=%d entries",
460 cp->name, full_partial, cp->retained, cp->dropped);
461 cp->retained = cp->dropped = 0;
486 cp->retained = cp->dropped = 0;
510 cp->retained++;
615 if (cp->retained || cp->dropped)
648 cp->retained = 0;
  /src/external/bsd/jemalloc.old/dist/src/
stats.c 528 size_t page, pactive, pdirty, pmuzzy, mapped, retained; local
806 GET_AND_EMIT_MEM_STAT(retained)
1072 retained; local
1082 CTL_GET("stats.retained", &retained, size_t);
1106 emitter_json_kv(emitter, "retained", emitter_type_size, &retained);
1110 "retained: %zu\n", allocated, active, metadata, metadata_thp,
1111 resident, mapped, retained);

Completed in 59 milliseconds

1 2