Searched refs:opt_muzzy_decay_ms (Results 1 – 7 of 7) sorted by relevance
11 extern ssize_t opt_muzzy_decay_ms;
84 #define opt_muzzy_decay_ms JEMALLOC_N(opt_muzzy_decay_ms) macro
83 #define opt_muzzy_decay_ms JEMALLOC_N(opt_muzzy_decay_ms) macro
425 ssize_t mdt = opt_muzzy_decay_ms; in TEST_BEGIN()
91 CTL_PROTO(opt_muzzy_decay_ms)292 {NAME("muzzy_decay_ms"), CTL(opt_muzzy_decay_ms)},1666 CTL_RO_NL_GEN(opt_muzzy_decay_ms, opt_muzzy_decay_ms, ssize_t) in CTL_RO_CONFIG_GEN()
31 ssize_t opt_muzzy_decay_ms = MUZZY_DECAY_MS_DEFAULT; variable1924 arena_muzzy_decay_ms_default_set(opt_muzzy_decay_ms); in arena_boot()
1108 CONF_HANDLE_SSIZE_T(opt_muzzy_decay_ms,