Searched refs:mm_counter_file (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/mm/ |
H A D | memory.c | 954 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() 3138 dec_mm_counter(mm, mm_counter_file(&old_folio->page)); in wp_page_copy() 4343 add_mm_counter(vma->vm_mm, mm_counter_file(page), HPAGE_PMD_NR); in do_set_pmd() 4406 add_mm_counter(vma->vm_mm, mm_counter_file(page), nr); in set_pte_range()
|
H A D | khugepaged.c | 1627 add_mm_counter(mm, mm_counter_file(hpage), -nr_ptes); in collapse_pte_mapped_thp() 1658 add_mm_counter(mm, mm_counter_file(hpage), -nr_ptes); in collapse_pte_mapped_thp()
|
H A D | huge_memory.c | 1701 add_mm_counter(tlb->mm, mm_counter_file(page), -HPAGE_PMD_NR); in zap_huge_pmd() 2100 add_mm_counter(mm, mm_counter_file(page), -HPAGE_PMD_NR); in __split_huge_pmd_locked()
|
H A D | rmap.c | 1761 dec_mm_counter(mm, mm_counter_file(&folio->page)); in try_to_unmap_one()
|
/openbmc/linux/include/linux/ |
H A D | mm.h | 2578 static inline int mm_counter_file(struct page *page) in mm_counter_file() function 2589 return mm_counter_file(page); in mm_counter()
|
/openbmc/linux/kernel/events/ |
H A D | uprobes.c | 191 dec_mm_counter(mm, mm_counter_file(old_page)); in __replace_page()
|