Searched refs:page_fixed_fake_head (Results 1 – 2 of 2) sorted by relevance
214 static __always_inline const struct page *page_fixed_fake_head(const struct page *page) in page_fixed_fake_head() function240 static inline const struct page *page_fixed_fake_head(const struct page *page) in page_fixed_fake_head() function248 return page_fixed_fake_head(page) != page; in page_is_fake_head()257 return (unsigned long)page_fixed_fake_head(page); in _compound_head()
202 The implementation refers to ``page_fixed_fake_head()``.