Searched refs:opt_lg_dirty_mult (Results 1 – 7 of 7) sorted by relevance
375 opt_lg_dirty_mult
375 #define opt_lg_dirty_mult JEMALLOC_N(opt_lg_dirty_mult) macro
375 #undef opt_lg_dirty_mult
520 extern ssize_t opt_lg_dirty_mult;
96 CTL_PROTO(opt_lg_dirty_mult)273 {NAME("lg_dirty_mult"), CTL(opt_lg_dirty_mult)},1283 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; variable3763 arena_lg_dirty_mult_default_set(opt_lg_dirty_mult); in arena_boot()
1195 CONF_HANDLE_SSIZE_T(opt_lg_dirty_mult, "lg_dirty_mult",