Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpageblock-flags.h16 #define PB_migratetype_bits 3 macro
20 PB_migrate_end = PB_migrate + PB_migratetype_bits - 1,
/linux/mm/
H A Dpage_alloc.c373 BUILD_BUG_ON(__MIGRATE_TYPE_END >= (1 << PB_migratetype_bits)); in get_pfnblock_bitmap_bitidx()