Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dcompaction.c76 #define COMPACTION_HPAGE_ORDER HPAGE_PMD_ORDER macro
78 #define COMPACTION_HPAGE_ORDER HUGETLB_PAGE_ORDER macro
80 #define COMPACTION_HPAGE_ORDER (PMD_SHIFT - PAGE_SHIFT) macro
2202 return extfrag_for_order(zone, COMPACTION_HPAGE_ORDER); in fragmentation_score_zone()
2680 if (cc->order == COMPACTION_HPAGE_ORDER) in compact_zone()