Searched refs:opt_lg_dirty_mult (Results 1 – 7 of 7) sorted by relevance
352 opt_lg_dirty_mult
354 #define opt_lg_dirty_mult JEMALLOC_N(opt_lg_dirty_mult) macro
354 #undef opt_lg_dirty_mult
491 extern ssize_t opt_lg_dirty_mult;
96 CTL_PROTO(opt_lg_dirty_mult)270 {NAME("lg_dirty_mult"), CTL(opt_lg_dirty_mult)},1275 CTL_RO_NL_GEN(opt_lg_dirty_mult, opt_lg_dirty_mult, ssize_t) in CTL_RO_CONFIG_GEN()
13 ssize_t opt_lg_dirty_mult = LG_DIRTY_MULT_DEFAULT; variable3594 arena_lg_dirty_mult_default_set(opt_lg_dirty_mult); in arena_boot()
1100 CONF_HANDLE_SSIZE_T(opt_lg_dirty_mult, "lg_dirty_mult",