Home
last modified time | relevance | path

Searched refs:opt_thp (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dpages.c37 thp_mode_t opt_thp = THP_MODE_DEFAULT; variable
498 if (opt_thp == thp_mode_default || opt_thp == init_system_thp_mode) { in pages_set_thp_state()
501 assert(opt_thp != thp_mode_not_supported && in pages_set_thp_state()
504 if (opt_thp == thp_mode_always in pages_set_thp_state()
508 } else if (opt_thp == thp_mode_never) { in pages_set_thp_state()
558 opt_thp = init_system_thp_mode = thp_mode_not_supported; in init_thp_state()
H A Dctl.c99 CTL_PROTO(opt_thp)
300 {NAME("thp"), CTL(opt_thp)},
1674 CTL_RO_NL_GEN(opt_thp, thp_mode_names[opt_thp], const char *) in CTL_RO_CONFIG_GEN()
H A Djemalloc.c1215 opt_thp = i; in malloc_conf_init()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dpages.h71 extern thp_mode_t opt_thp;