Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpage-flags.h243 static inline unsigned long _compound_head(const struct page *page) in _compound_head() function
252 #define compound_head(page) ((typeof(page))_compound_head(page))
268 const struct page *: (const struct folio *)_compound_head(p), \
269 struct page *: (struct folio *)_compound_head(p)))