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

  /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;
stats.c 710 COL_HDR(row, retained, NULL, right, 13, size)
1048 size_t page, pactive, pdirty, pmuzzy, mapped, retained; local
1342 GET_AND_EMIT_MEM_STAT(retained)
1688 retained; local
1699 CTL_GET("stats.retained", &retained, size_t);
1725 emitter_json_kv(emitter, "retained", emitter_type_size, &retained);
1731 "retained: %zu\n", allocated, active, metadata, metadata_thp,
1732 resident, mapped, retained);
    [all...]
  /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;
stats.c 714 COL_HDR(row, retained, NULL, right, 13, size)
883 " Retained pages: %zu\n"
1169 size_t page, pactive, pdirty, pmuzzy, mapped, retained; local
1469 GET_AND_EMIT_MEM_STAT(retained)
1875 metadata_thp, resident, mapped, retained; local
1888 CTL_GET("stats.retained", &retained, size_t);
1918 emitter_json_kv(emitter, "retained", emitter_type_size, &retained);
1925 "mapped: %zu, retained: %zu\n"
    [all...]
  /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).
  /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).
  /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).
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).
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
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
vc4_drm.h 376 __u32 retained; member in struct:drm_vc4_gem_madvise
i915_drm.h 1409 __u32 retained; member in struct:drm_i915_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;

Completed in 30 milliseconds