Home
last modified time | relevance | path

Searched refs:mm_counter (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/mm/
H A Dmemory.c762 rss[mm_counter(page)]++; in copy_nonpresent_pte()
791 rss[mm_counter(page)]++; in copy_nonpresent_pte()
889 rss[mm_counter(new_page)]++; in copy_present_page()
926 rss[mm_counter(page)]++; in copy_present_pte()
1325 rss[mm_counter(page)]--; in zap_pte_range()
1354 rss[mm_counter(page)]--; in zap_pte_range()
1372 rss[mm_counter(page)]--; in zap_pte_range()
H A Duserfaultfd.c108 inc_mm_counter(dst_mm, mm_counter(page)); in mfill_atomic_install_pte()
H A Drmap.c1649 dec_mm_counter(mm, mm_counter(page)); in try_to_unmap_one()
1664 dec_mm_counter(mm, mm_counter(page)); in try_to_unmap_one()
/OK3568_Linux_fs/kernel/arch/s390/mm/
H A Dpgtable.c696 dec_mm_counter(mm, mm_counter(page)); in ptep_zap_swap_entry()
/OK3568_Linux_fs/kernel/include/linux/
H A Dmm.h2080 static inline int mm_counter(struct page *page) in mm_counter() function