Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/src/
H A Dpages.c541 assert(opt_thp != thp_mode_not_supported && in pages_set_thp_state()
542 init_system_thp_mode != thp_mode_not_supported); in pages_set_thp_state()
602 opt_thp = init_system_thp_mode = thp_mode_not_supported; in init_thp_state()
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dpages.h67 thp_mode_not_supported = 3 /* No THP support detected. */ enumerator