Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dmmap.c1119 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()
Dmprotect.c696 vm_stat_account(mm, oldflags, -nrpages); in mprotect_fixup()
697 vm_stat_account(mm, newflags, nrpages); in mprotect_fixup()
Dmremap.c769 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/
Dvma_internal.h482 static inline void vm_stat_account(struct mm_struct *mm, vm_flags_t flags, in vm_stat_account() function
/linux-6.12.1/kernel/
Dfork.c673 vm_stat_account(mm, mpnt->vm_flags, -vma_pages(mpnt)); in dup_mmap()
/linux-6.12.1/include/linux/
Dmm.h3325 extern void vm_stat_account(struct mm_struct *, vm_flags_t, long npages);