Home
last modified time | relevance | path

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

/linux-4.4.14/mm/
Dswap.c266 if (!__compound_tail_refcounted(page_head)) in put_compound_page()
300 if (!__compound_tail_refcounted(page_head)) { in __get_page_tail()
/linux-4.4.14/include/linux/
Dmm.h454 static inline bool __compound_tail_refcounted(struct page *page) in __compound_tail_refcounted() function
470 return __compound_tail_refcounted(page); in compound_tail_refcounted()