Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/src/
H A Dpages.c544 if (opt_thp == thp_mode_always in pages_set_thp_state()
550 init_system_thp_mode == thp_mode_always); in pages_set_thp_state()
594 init_system_thp_mode = thp_mode_always; in init_thp_state()
H A Dextent.c1120 (opt_thp == thp_mode_always)); in extent_need_manual_zero()
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dpages.h63 thp_mode_always = 1, /* Always set MADV_HUGEPAGE. */ enumerator