Searched refs:set_pfnblock_flags_mask (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dpageblock-flags.h68 void set_pfnblock_flags_mask(struct page *page,
79 set_pfnblock_flags_mask(page, 0, page_to_pfn(page), \
82 set_pfnblock_flags_mask(page, (1 << PB_migrate_skip), \
/linux-master/mm/
H A Dpage_alloc.c385 * This races, without locks, with set_pfnblock_flags_mask(). Ensure
400 * set_pfnblock_flags_mask - Set the requested group of flags for a pageblock_nr_pages block of pages
406 void set_pfnblock_flags_mask(struct page *page, unsigned long flags, function
438 set_pfnblock_flags_mask(page, (unsigned long)migratetype,
2885 * __msan_poison_alloca() through a call to set_pfnblock_flags_mask().

Completed in 173 milliseconds