Home
last modified time | relevance | path

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

/Linux-v5.15/mm/
Dmemory.c1754 inc_mm_counter_fast(mm, mm_counter_file(page)); in insert_page_into_pte_locked()
3041 mm_counter_file(old_page)); in wp_page_copy()
3940 add_mm_counter(vma->vm_mm, mm_counter_file(page), HPAGE_PMD_NR); in do_set_pmd()
3989 inc_mm_counter_fast(vma->vm_mm, mm_counter_file(page)); in do_set_pte()
Dhuge_memory.c1632 add_mm_counter(tlb->mm, mm_counter_file(page), -HPAGE_PMD_NR); in zap_huge_pmd()
2001 add_mm_counter(mm, mm_counter_file(page), -HPAGE_PMD_NR); in __split_huge_pmd_locked()
Drmap.c1632 dec_mm_counter(mm, mm_counter_file(page)); in try_to_unmap_one()
Dkhugepaged.c1511 add_mm_counter(vma->vm_mm, mm_counter_file(hpage), -count); in collapse_pte_mapped_thp()
/Linux-v5.15/include/linux/
Dmm.h1957 static inline int mm_counter_file(struct page *page) in mm_counter_file() function
1968 return mm_counter_file(page); in mm_counter()
/Linux-v5.15/kernel/events/
Duprobes.c193 dec_mm_counter(mm, mm_counter_file(old_page)); in __replace_page()