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

  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
hpa_opts.h 28 * The HPA purges whenever the number of pages exceeds dirty_mult *
31 fxp_t dirty_mult; member in struct:hpa_shard_opts_s
58 /* dirty_mult */ \
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
hpa_opts.h 28 * The HPA purges whenever the number of pages exceeds dirty_mult *
31 fxp_t dirty_mult; member in struct:hpa_shard_opts_s
58 /* dirty_mult */ \
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
hpa_opts.h 26 * style, you most likely want to have no purging at all (dirty_mult=-1) or
81 * The HPA purges whenever the number of pages exceeds dirty_mult *
84 fxp_t dirty_mult; member in struct:hpa_shard_opts_s
131 * dirty_mult, IOW, if no page meets purge_threshold, we will not purge
132 * even if we are above dirty_mult.
163 /* dirty_mult */ \
  /src/external/bsd/jemalloc/include/jemalloc/internal/
hpa_opts.h 26 * style, you most likely want to have no purging at all (dirty_mult=-1) or
81 * The HPA purges whenever the number of pages exceeds dirty_mult *
84 fxp_t dirty_mult; member in struct:hpa_shard_opts_s
131 * dirty_mult, IOW, if no page meets purge_threshold, we will not purge
132 * even if we are above dirty_mult.
163 /* dirty_mult */ \

Completed in 13 milliseconds