Searched refs:mm_counter (Results 1 – 5 of 5) sorted by relevance
1632 dec_mm_counter(mm, mm_counter(&folio->page)); in try_to_unmap_one()1647 dec_mm_counter(mm, mm_counter(&folio->page)); in try_to_unmap_one()2040 dec_mm_counter(mm, mm_counter(&folio->page)); in try_to_migrate_one()2055 dec_mm_counter(mm, mm_counter(&folio->page)); in try_to_migrate_one()
815 rss[mm_counter(page)]++; in copy_nonpresent_pte()846 rss[mm_counter(page)]++; in copy_nonpresent_pte()925 rss[mm_counter(new_page)]++; in copy_present_page()966 rss[mm_counter(page)]++; in copy_present_pte()970 rss[mm_counter(page)]++; in copy_present_pte()1446 rss[mm_counter(page)]--; in zap_pte_range()1471 rss[mm_counter(page)]--; in zap_pte_range()1486 rss[mm_counter(page)]--; in zap_pte_range()
130 inc_mm_counter(dst_mm, mm_counter(page)); in mfill_atomic_install_pte()
710 dec_mm_counter(mm, mm_counter(page)); in ptep_zap_swap_entry()
2098 static inline int mm_counter(struct page *page) in mm_counter() function