Searched refs:vm_stat_account (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/mm/ |
D | mmap.c | 1119 vm_stat_account(mm, vma->vm_flags, grow); in expand_upwards() 1211 vm_stat_account(mm, vma->vm_flags, grow); in expand_downwards() 1543 vm_stat_account(mm, vm_flags, pglen); in __mmap_region() 2044 void vm_stat_account(struct mm_struct *mm, vm_flags_t flags, long npages) in vm_stat_account() function 2160 vm_stat_account(mm, vma->vm_flags, len >> PAGE_SHIFT); in __install_special_mapping()
|
D | mprotect.c | 696 vm_stat_account(mm, oldflags, -nrpages); in mprotect_fixup() 697 vm_stat_account(mm, newflags, nrpages); in mprotect_fixup()
|
D | mremap.c | 769 vm_stat_account(mm, vma->vm_flags, new_len >> PAGE_SHIFT); in move_vma() 1149 vm_stat_account(mm, vma->vm_flags, pages); in SYSCALL_DEFINE5()
|
/linux-6.12.1/tools/testing/vma/ |
D | vma_internal.h | 482 static inline void vm_stat_account(struct mm_struct *mm, vm_flags_t flags, in vm_stat_account() function
|
/linux-6.12.1/kernel/ |
D | fork.c | 673 vm_stat_account(mm, mpnt->vm_flags, -vma_pages(mpnt)); in dup_mmap()
|
/linux-6.12.1/include/linux/ |
D | mm.h | 3325 extern void vm_stat_account(struct mm_struct *, vm_flags_t, long npages);
|