Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpage-flags.h834 static __always_inline bool folio_test_head(const struct folio *folio) in folio_test_head() function
857 return folio_test_head(folio); in __SETPAGEFLAG()
/linux/mm/
H A Dhuge_memory.c2188 if (WARN_ON_ONCE(!folio_test_head(src_folio)) || in move_pages_huge_pmd()