Home
last modified time | relevance | path

Searched refs:thp_mode_always (Results 1 – 3 of 3) sorted by relevance

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dpages.h92 thp_mode_always = 1, /* Always set MADV_HUGEPAGE. */ enumerator
/src/contrib/jemalloc/src/
H A Dpages.c696 if (opt_thp == thp_mode_always in pages_set_thp_state()
702 init_system_thp_mode == thp_mode_always); in pages_set_thp_state()
749 init_system_thp_mode = thp_mode_always; in init_thp_state()
H A Dehooks.c239 if (opt_thp != thp_mode_always) { in ehooks_default_zero_impl()