pub const PAGEBLOCK_ORDER: usize = 9;Expand description
Pageblock order used by the compaction-friendly migratetype grouping.
Order 9 corresponds to 2 MiB pageblocks, which is a pragmatic starting point on x86_64 because it matches the huge-page granularity commonly used by mature kernels for anti-fragmentation grouping.