Searched refs:mm_counter_file (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/include/linux/ |
D | mm.h | 2091 static inline int mm_counter_file(struct page *page) in mm_counter_file() function 2102 return mm_counter_file(page); in mm_counter()
|
/linux-6.1.9/mm/ |
D | memory.c | 1862 inc_mm_counter_fast(vma->vm_mm, mm_counter_file(page)); in insert_page_into_pte_locked() 3159 mm_counter_file(old_page)); in wp_page_copy() 4292 add_mm_counter(vma->vm_mm, mm_counter_file(page), HPAGE_PMD_NR); in do_set_pmd() 4345 inc_mm_counter_fast(vma->vm_mm, mm_counter_file(page)); in do_set_pte()
|
D | huge_memory.c | 1688 add_mm_counter(tlb->mm, mm_counter_file(page), -HPAGE_PMD_NR); in zap_huge_pmd() 2080 add_mm_counter(mm, mm_counter_file(page), -HPAGE_PMD_NR); in __split_huge_pmd_locked()
|
D | rmap.c | 1778 dec_mm_counter(mm, mm_counter_file(&folio->page)); in try_to_unmap_one()
|
D | khugepaged.c | 1565 add_mm_counter(vma->vm_mm, mm_counter_file(hpage), -count); in collapse_pte_mapped_thp()
|
/linux-6.1.9/kernel/events/ |
D | uprobes.c | 192 dec_mm_counter(mm, mm_counter_file(old_page)); in __replace_page()
|