Home
last modified time | relevance | path

Searched refs:PAGE_BLOCK_MAX_ORDER (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dpageblock-flags.h60 #define pageblock_order MIN_T(unsigned int, HUGETLB_PAGE_ORDER, PAGE_BLOCK_MAX_ORDER)
66 #define pageblock_order MIN_T(unsigned int, HPAGE_PMD_ORDER, PAGE_BLOCK_MAX_ORDER)
71 #define pageblock_order PAGE_BLOCK_MAX_ORDER
H A Dmmzone.h42 #define PAGE_BLOCK_MAX_ORDER MAX_PAGE_ORDER macro
44 #define PAGE_BLOCK_MAX_ORDER CONFIG_PAGE_BLOCK_MAX_ORDER macro
52 #if (PAGE_BLOCK_MAX_ORDER > MAX_PAGE_ORDER)
53 #error MAX_PAGE_ORDER must be >= PAGE_BLOCK_MAX_ORDER
/linux/mm/
H A Dmm_init.c1515 unsigned int order = PAGE_BLOCK_MAX_ORDER; in set_pageblock_order()
H A DKconfig1003 config PAGE_BLOCK_MAX_ORDER config