Searched refs:opt_thp (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/jemalloc/include/jemalloc/internal/
H A Dpages.h71 extern thp_mode_t opt_thp;
H A Dprivate_namespace.h277 #define opt_thp JEMALLOC_N(opt_thp) macro
/freebsd-current/contrib/jemalloc/src/
H A Dpages.c39 thp_mode_t opt_thp = THP_MODE_DEFAULT; variable
545 if (opt_thp == thp_mode_default || opt_thp == init_system_thp_mode) {
548 assert(opt_thp != thp_mode_not_supported &&
551 if (opt_thp == thp_mode_always
555 } else if (opt_thp == thp_mode_never) {
609 opt_thp = init_system_thp_mode = thp_mode_not_supported;
H A Dctl.c102 CTL_PROTO(opt_thp)
329 {NAME("thp"), CTL(opt_thp)},
1784 CTL_RO_NL_GEN(opt_thp, thp_mode_names[opt_thp], const char *)
H A Dextent.c1120 (opt_thp == thp_mode_always));
H A Djemalloc.c1407 opt_thp = i;

Completed in 98 milliseconds