Searched refs:LG_HUGEPAGE (Results 1 – 6 of 6) sorted by relevance
220 #define LG_HUGEPAGE 20 macro222 #define LG_HUGEPAGE 21 macro
209 #define LG_HUGEPAGE 21 macro
18 #define HUGEPAGE ((size_t)(1U << LG_HUGEPAGE))
196 * One huge page is 2^LG_HUGEPAGE bytes. Note that this is defined even if the200 #undef LG_HUGEPAGE
172 extent_bsize_get(&block->extent)) >> LG_HUGEPAGE; in base_auto_thp_switch()225 LG_HUGEPAGE; in base_extent_bump_alloc_post()226 assert(base->mapped >= base->n_thp << LG_HUGEPAGE); in base_extent_bump_alloc_post()335 LG_HUGEPAGE; in base_extent_alloc()339 assert(base->n_thp << LG_HUGEPAGE <= base->mapped); in base_extent_alloc()384 >> LG_HUGEPAGE : 0; in base_new()387 assert(base->n_thp << LG_HUGEPAGE <= base->mapped); in base_new()
1431 AC_DEFINE_UNQUOTED([LG_HUGEPAGE], [${je_cv_lg_hugepage}]) definition