Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dmprotect.c690 vm_stat_account(mm, oldflags, -nrpages); in mprotect_fixup()
691 vm_stat_account(mm, newflags, nrpages); in mprotect_fixup()
H A Dmmap.c1395 void vm_stat_account(struct mm_struct *mm, vm_flags_t flags, long npages) in vm_stat_account() function
1511 vm_stat_account(mm, vma->vm_flags, len >> PAGE_SHIFT); in __install_special_mapping()
H A Dvma.c2472 vm_stat_account(mm, vma->vm_flags, map->pglen); in __mmap_complete()
2907 vm_stat_account(mm, vma->vm_flags, grow); in expand_upwards()
2986 vm_stat_account(mm, vma->vm_flags, grow); in expand_downwards()
H A Dmremap.c983 vm_stat_account(mm, vma->vm_flags, pages); in vrm_stat_account()
/linux-6.15/tools/testing/vma/
H A Dvma_internal.h550 static inline void vm_stat_account(struct mm_struct *mm, vm_flags_t flags, in vm_stat_account() function
/linux-6.15/kernel/
H A Dfork.c649 vm_stat_account(mm, mpnt->vm_flags, -vma_pages(mpnt)); in dup_mmap()
/linux-6.15/include/linux/
H A Dmm.h3444 extern void vm_stat_account(struct mm_struct *, vm_flags_t, long npages);