Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpageblock-flags.h20 PB_migrate_end = PB_migrate + PB_migratetype_bits - 1, enumerator
40 #define MIGRATETYPE_MASK ((1UL << (PB_migrate_end + 1)) - 1)
44 (((1UL << (PB_migrate_end + 1)) - 1) | BIT(PB_migrate_isolate))
/linux/mm/
H A Dpage_alloc.c358 return pb_bit > PB_migrate_end && pb_bit < __NR_PAGEBLOCK_BITS; in is_standalone_pb_bit()