Home
last modified time | relevance | path

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

/openbmc/linux/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), \
/openbmc/linux/mm/
H A Dpage_alloc.c383 * This races, without locks, with set_pfnblock_flags_mask(). Ensure in get_pfnblock_flags_mask()
398 * set_pfnblock_flags_mask - Set the requested group of flags for a pageblock_nr_pages block of pages
404 void set_pfnblock_flags_mask(struct page *page, unsigned long flags, in set_pfnblock_flags_mask() function
436 set_pfnblock_flags_mask(page, (unsigned long)migratetype, in set_pageblock_migratetype()
2782 * __msan_poison_alloca() through a call to set_pfnblock_flags_mask().