Home
last modified time | relevance | path

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

/linux-6.6.21/mm/
Dmemory.c954 rss[mm_counter_file(page)]++; in copy_present_pte()
1843 inc_mm_counter(vma->vm_mm, mm_counter_file(page)); in insert_page_into_pte_locked()
3119 dec_mm_counter(mm, mm_counter_file(&old_folio->page)); in wp_page_copy()
4315 add_mm_counter(vma->vm_mm, mm_counter_file(page), HPAGE_PMD_NR); in do_set_pmd()
4378 add_mm_counter(vma->vm_mm, mm_counter_file(page), nr); in set_pte_range()
Dkhugepaged.c1634 add_mm_counter(mm, mm_counter_file(hpage), -nr_ptes); in collapse_pte_mapped_thp()
1665 add_mm_counter(mm, mm_counter_file(hpage), -nr_ptes); in collapse_pte_mapped_thp()
Dhuge_memory.c1712 add_mm_counter(tlb->mm, mm_counter_file(page), -HPAGE_PMD_NR); in zap_huge_pmd()
2111 add_mm_counter(mm, mm_counter_file(page), -HPAGE_PMD_NR); in __split_huge_pmd_locked()
Drmap.c1761 dec_mm_counter(mm, mm_counter_file(&folio->page)); in try_to_unmap_one()
/linux-6.6.21/include/linux/
Dmm.h2572 static inline int mm_counter_file(struct page *page) in mm_counter_file() function
2583 return mm_counter_file(page); in mm_counter()
/linux-6.6.21/kernel/events/
Duprobes.c191 dec_mm_counter(mm, mm_counter_file(old_page)); in __replace_page()