Searched refs:get_pfnblock_flags_mask (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dpageblock-flags.h64 unsigned long get_pfnblock_flags_mask(const struct page *page,
76 get_pfnblock_flags_mask(page, page_to_pfn(page), \
H A Dmmzone.h80 get_pfnblock_flags_mask(&folio->page, pfn, MIGRATETYPE_MASK))
112 get_pfnblock_flags_mask(page, page_to_pfn(page), MIGRATETYPE_MASK)
115 get_pfnblock_flags_mask(&folio->page, folio_pfn(folio), \
/linux-master/mm/
H A Dpage_alloc.c366 * get_pfnblock_flags_mask - Return the requested group of flags for the pageblock_nr_pages block of pages
373 unsigned long get_pfnblock_flags_mask(const struct page *page, function
396 return get_pfnblock_flags_mask(page, pfn, MIGRATETYPE_MASK);

Completed in 145 milliseconds