Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dpages.h63 thp_mode_always = 1, /* Always set MADV_HUGEPAGE. */ enumerator
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dpages.c504 if (opt_thp == thp_mode_always in pages_set_thp_state()
510 init_system_thp_mode == thp_mode_always); in pages_set_thp_state()
550 init_system_thp_mode = thp_mode_always; in init_thp_state()