Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dmemory.c1714 inc_mm_counter_fast(mm, mm_counter_file(page)); in insert_page()
2529 mm_counter_file(old_page)); in wp_page_copy()
3385 add_mm_counter(vma->vm_mm, mm_counter_file(page), HPAGE_PMD_NR); in do_set_pmd()
3465 inc_mm_counter_fast(vma->vm_mm, mm_counter_file(page)); in alloc_set_pte()
Drmap.c1646 dec_mm_counter(mm, mm_counter_file(page)); in try_to_unmap_one()
Dhuge_memory.c1745 add_mm_counter(tlb->mm, mm_counter_file(page), -HPAGE_PMD_NR); in zap_huge_pmd()
2093 add_mm_counter(mm, mm_counter_file(page), -HPAGE_PMD_NR); in __split_huge_pmd_locked()
Dshmem.c2329 inc_mm_counter(dst_mm, mm_counter_file(page)); in shmem_mfill_atomic_pte()
/Linux-v4.19/include/linux/
Dmm.h1617 static inline int mm_counter_file(struct page *page) in mm_counter_file() function
1628 return mm_counter_file(page); in mm_counter()
/Linux-v4.19/kernel/events/
Duprobes.c193 dec_mm_counter(mm, mm_counter_file(old_page)); in __replace_page()