Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpageblock-flags.h21 PB_compact_skip,/* If set the block is skipped by compaction */ enumerator
96 get_pfnblock_bit(page, page_to_pfn(page), PB_compact_skip)
98 clear_pfnblock_bit(page, page_to_pfn(page), PB_compact_skip)
100 set_pfnblock_bit(page, page_to_pfn(page), PB_compact_skip)
/linux/mm/
H A Dpage_alloc.c385 return pb_bit >= PB_compact_skip && pb_bit < __NR_PAGEBLOCK_BITS; in is_standalone_pb_bit()