Searched refs:page_ref_count (Results 1 – 3 of 3) sorted by relevance
32 __entry->count = page_ref_count(page);81 __entry->count = page_ref_count(page);
65 static inline int page_ref_count(struct page *page) in page_ref_count() function
607 VM_BUG_ON_PAGE(page_ref_count(page) == 0, page); in put_page_testzero()1014 ((unsigned int) page_ref_count(page) + 127u <= 127u)1030 if (WARN_ON_ONCE(page_ref_count(page) <= 0)) in try_get_page()