Searched refs:mm_counter_file (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.10/mm/ |
| D | memory.c | 1630 inc_mm_counter_fast(mm, mm_counter_file(page)); in insert_page_into_pte_locked() 2874 mm_counter_file(old_page)); in wp_page_copy() 3745 add_mm_counter(vma->vm_mm, mm_counter_file(page), HPAGE_PMD_NR); in do_set_pmd() 3823 inc_mm_counter_fast(vma->vm_mm, mm_counter_file(page)); in alloc_set_pte()
|
| D | rmap.c | 1704 dec_mm_counter(mm, mm_counter_file(page)); in try_to_unmap_one()
|
| D | huge_memory.c | 1695 add_mm_counter(tlb->mm, mm_counter_file(page), -HPAGE_PMD_NR); in zap_huge_pmd() 2050 add_mm_counter(mm, mm_counter_file(page), -HPAGE_PMD_NR); in __split_huge_pmd_locked()
|
| D | khugepaged.c | 1501 add_mm_counter(vma->vm_mm, mm_counter_file(hpage), -count); in collapse_pte_mapped_thp()
|
| D | shmem.c | 2460 inc_mm_counter(dst_mm, mm_counter_file(page)); in shmem_mfill_atomic_pte()
|
| /Linux-v5.10/include/linux/ |
| D | mm.h | 1910 static inline int mm_counter_file(struct page *page) in mm_counter_file() function 1921 return mm_counter_file(page); in mm_counter()
|
| /Linux-v5.10/kernel/events/ |
| D | uprobes.c | 193 dec_mm_counter(mm, mm_counter_file(old_page)); in __replace_page()
|