Searched refs:opt_lg_dirty_mult (Results 1 – 7 of 7) sorted by relevance
329 opt_lg_dirty_mult
329 #define opt_lg_dirty_mult JEMALLOC_N(opt_lg_dirty_mult) macro
329 #undef opt_lg_dirty_mult
414 extern ssize_t opt_lg_dirty_mult;
93 CTL_PROTO(opt_lg_dirty_mult)261 {NAME("lg_dirty_mult"), CTL(opt_lg_dirty_mult)},1270 CTL_RO_NL_GEN(opt_lg_dirty_mult, opt_lg_dirty_mult, ssize_t) in CTL_RO_BOOL_CONFIG_GEN()
7 ssize_t opt_lg_dirty_mult = LG_DIRTY_MULT_DEFAULT; variable3041 arena_lg_dirty_mult_default_set(opt_lg_dirty_mult); in arena_boot()
1052 CONF_HANDLE_SSIZE_T(opt_lg_dirty_mult, "lg_dirty_mult",