Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/include/linux/
Dmm.h500 static inline bool __compound_tail_refcounted(struct page *page) in __compound_tail_refcounted() function
516 return __compound_tail_refcounted(page); in compound_tail_refcounted()