Home
last modified time | relevance | path

Searched refs:page_has_type (Results 1 – 5 of 5) sorted by relevance

/linux/mm/
H A Ddebug.c117 if (page_has_type(&folio->page)) in __dump_folio()
H A Dpage_alloc.c1419 if (unlikely(page_has_type(page))) in __free_pages_prepare()
H A Dmemory.c2335 if (folio_test_anon(folio) || page_has_type(page)) in validate_page_before_insert()
/linux/include/linux/
H A Dpage-flags.h952 static inline bool page_has_type(const struct page *page) in page_has_type() function
H A Dmm.h2677 if (WARN_ON_ONCE(page_has_type(&folio->page) && !folio_test_hugetlb(folio))) in folio_expected_ref_count()