Lines Matching refs:compound_head
196 unsigned long head = READ_ONCE(page->compound_head); in _compound_head()
203 #define compound_head(page) ((typeof(page))_compound_head(page)) macro
207 return READ_ONCE(page->compound_head) & 1; in PageTail()
259 #define PF_HEAD(page, enforce) PF_POISONED_CHECK(compound_head(page))
265 PF_POISONED_CHECK(compound_head(page)); })
413 page = compound_head(page); in PAGEFLAG()
503 page = compound_head(page); in PageAnon()
522 page = compound_head(page); in PageKsm()
535 page = compound_head(page); in PageUptodate()
594 WRITE_ONCE(page->compound_head, (unsigned long)head + 1); in __PAGEFLAG()
599 WRITE_ONCE(page->compound_head, 0); in clear_compound_head()
703 return PageHuge(page) && PageHWPoison(compound_head(page)); in PAGEFLAG()