参照元†
CONFIG_HUGETLB_PAGE, CONFIG_HUGETLB_PAGE_SIZE_VARIABLE 有効時: linux-4.4.1/mm/page_alloc.c†
#ifdef CONFIG_HUGETLB_PAGE_SIZE_VARIABLE
unsigned int pageblock_order __read_mostly;
#endif
CONFIG_HUGETLB_PAGE 有効, CONFIG_HUGETLB_PAGE_SIZE_VARIABLE 無効時: linux-4.4.1/include/linux/pageblock-flags.h†
/* Huge pages are a constant size */
#define pageblock_order HUGETLB_PAGE_ORDER
CONFIG_HUGETLB_PAGE 無効時: linux-4.4.1/include/linux/pageblock-flags.h†
#define pageblock_nr_pages (1UL << pageblock_order)
コメント†