Home
last modified time | relevance | path

Searched refs:mm_counter_file (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/mm/
H A Dmemory.c1717 inc_mm_counter_fast(mm, mm_counter_file(page)); in insert_page_into_pte_locked()
3192 mm_counter_file(old_page)); in wp_page_copy()
4115 add_mm_counter(vma->vm_mm, mm_counter_file(page), HPAGE_PMD_NR); in do_set_pmd()
4164 inc_mm_counter_fast(vma->vm_mm, mm_counter_file(page)); in do_set_pte()
H A Dhuge_memory.c1705 add_mm_counter(tlb->mm, mm_counter_file(page), -HPAGE_PMD_NR); in zap_huge_pmd()
2070 add_mm_counter(mm, mm_counter_file(page), -HPAGE_PMD_NR); in __split_huge_pmd_locked()
H A Drmap.c1798 dec_mm_counter(mm, mm_counter_file(page)); in try_to_unmap_one()
H A Dkhugepaged.c1544 add_mm_counter(vma->vm_mm, mm_counter_file(hpage), -count); in collapse_pte_mapped_thp()
/OK3568_Linux_fs/kernel/include/linux/
H A Dmm.h2073 static inline int mm_counter_file(struct page *page) in mm_counter_file() function
2084 return mm_counter_file(page); in mm_counter()
/OK3568_Linux_fs/kernel/kernel/events/
H A Duprobes.c193 dec_mm_counter(mm, mm_counter_file(old_page)); in __replace_page()