Searched refs:compound_head (Results 1 – 5 of 5) sorted by relevance
143 unsigned long compound_head; /* Bit zero is set */ member399 FOLIO_MATCH(compound_head, lru);412 FOLIO_MATCH(compound_head, _head_1);419 FOLIO_MATCH(compound_head, _head_2);421 FOLIO_MATCH(compound_head, _head_2a);479 TABLE_MATCH(compound_head, pt_list);480 TABLE_MATCH(compound_head, _pt_pad_1);
231 unsigned long head = READ_ONCE(page[1].compound_head); in page_fixed_fake_head()252 unsigned long head = READ_ONCE(page->compound_head); in _compound_head()259 #define compound_head(page) ((typeof(page))_compound_head(page)) macro291 return READ_ONCE(page->compound_head) & 1 || page_is_fake_head(page); in PageTail()297 READ_ONCE(page->compound_head) & 1; in PageCompound()353 #define PF_HEAD(page, enforce) PF_POISONED_CHECK(compound_head(page))359 PF_POISONED_CHECK(compound_head(page)); })823 WRITE_ONCE(page->compound_head, (unsigned long)head + 1); in set_compound_head()828 WRITE_ONCE(page->compound_head, 0); in clear_compound_head()1038 return PageHuge(page) && PageHWPoison(compound_head(page)); in is_page_hwpoison()
914 head = compound_head(page); in page_to_index()
1302 return compound_head(page); in virt_to_head_page()1487 page = compound_head(page); in try_get_page()
2478 page = compound_head(page); in __skb_fill_page_desc()