Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dpageblock-flags.h22 PB_migrate_skip,/* If set the block is skipped by compaction */ enumerator
81 (1 << (PB_migrate_skip)))
84 (1 << PB_migrate_skip))
86 set_pfnblock_flags_mask(page, (1 << PB_migrate_skip), \
88 (1 << PB_migrate_skip))
/linux-6.15/Documentation/mm/
H A Dphysical_memory.rst587 means the ``PB_migrate_skip`` bits should be cleared.