Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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
2096 * COMPACTION_HPAGE_ORDER. It returns a value in the range [0, 100].
2100 return extfrag_for_order(zone, COMPACTION_HPAGE_ORDER); in fragmentation_score_zone()
2105 * wrt to the COMPACTION_HPAGE_ORDER scaled by the zone's size. It
2554 if (cc->order == COMPACTION_HPAGE_ORDER) in compact_zone()
/kernel/linux/linux-5.10/mm/
H A Dcompaction.c64 #define COMPACTION_HPAGE_ORDER HPAGE_PMD_ORDER macro
66 #define COMPACTION_HPAGE_ORDER HUGETLB_PAGE_ORDER macro
68 #define COMPACTION_HPAGE_ORDER (PMD_SHIFT - PAGE_SHIFT) macro
1886 * COMPACTION_HPAGE_ORDER scaled by the zone's size. It returns a value
1899 extfrag_for_order(zone, COMPACTION_HPAGE_ORDER); in fragmentation_score_zone()

Completed in 7 milliseconds