Searched refs:page_ref_count (Results 1 – 3 of 3) sorted by relevance
31 __entry->count = page_ref_count(page);80 __entry->count = page_ref_count(page);
64 static inline int page_ref_count(struct page *page) in page_ref_count() function
450 VM_BUG_ON_PAGE(page_ref_count(page) == 0, page); in put_page_testzero()773 VM_BUG_ON_PAGE(page_ref_count(page) <= 0, page); in get_page()