Searched refs:vm_stat_account (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/mm/ |
| H A D | mprotect.c | 690 vm_stat_account(mm, oldflags, -nrpages); in mprotect_fixup() 691 vm_stat_account(mm, newflags, nrpages); in mprotect_fixup()
|
| H A D | mmap.c | 1395 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 D | vma.c | 2472 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 D | mremap.c | 983 vm_stat_account(mm, vma->vm_flags, pages); in vrm_stat_account()
|
| /linux-6.15/tools/testing/vma/ |
| H A D | vma_internal.h | 550 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 D | fork.c | 649 vm_stat_account(mm, mpnt->vm_flags, -vma_pages(mpnt)); in dup_mmap()
|
| /linux-6.15/include/linux/ |
| H A D | mm.h | 3444 extern void vm_stat_account(struct mm_struct *, vm_flags_t, long npages);
|