Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dcompaction.c62 #define COMPACTION_HPAGE_ORDER HPAGE_PMD_ORDER macro
64 #define COMPACTION_HPAGE_ORDER HUGETLB_PAGE_ORDER macro
66 #define COMPACTION_HPAGE_ORDER (PMD_SHIFT - PAGE_SHIFT) macro
2100 return extfrag_for_order(zone, COMPACTION_HPAGE_ORDER); in fragmentation_score_zone()
2554 if (cc->order == COMPACTION_HPAGE_ORDER) in compact_zone()