Searched refs:init_system_thp_mode (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/jemalloc/src/
H A Dpages.c40 thp_mode_t init_system_thp_mode; variable
545 if (opt_thp == thp_mode_default || opt_thp == init_system_thp_mode) {
549 init_system_thp_mode != thp_mode_not_supported);
552 && init_system_thp_mode != thp_mode_never) {
553 assert(init_system_thp_mode == thp_mode_default);
556 assert(init_system_thp_mode == thp_mode_default ||
557 init_system_thp_mode == thp_mode_always);
599 init_system_thp_mode = thp_mode_default;
601 init_system_thp_mode = thp_mode_always;
603 init_system_thp_mode
[all...]
H A Dbase.c28 (init_system_thp_mode == thp_mode_default));
/freebsd-current/contrib/jemalloc/include/jemalloc/internal/
H A Dpages.h72 extern thp_mode_t init_system_thp_mode; /* Initial system wide state. */
H A Dprivate_namespace.h276 #define init_system_thp_mode JEMALLOC_N(init_system_thp_mode) macro

Completed in 93 milliseconds