Searched refs:vm_stat_account (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/mm/ |
D | mprotect.c | 677 vm_stat_account(mm, oldflags, -nrpages); in mprotect_fixup() 678 vm_stat_account(mm, newflags, nrpages); in mprotect_fixup()
|
D | mremap.c | 695 vm_stat_account(mm, vma->vm_flags, new_len >> PAGE_SHIFT); in move_vma() 1066 vm_stat_account(mm, vma->vm_flags, pages); in SYSCALL_DEFINE5()
|
D | mmap.c | 2028 vm_stat_account(mm, vma->vm_flags, grow); in expand_upwards() 2121 vm_stat_account(mm, vma->vm_flags, grow); in expand_downwards() 2311 vm_stat_account(mm, vma->vm_flags, -nrpages); in remove_mt() 2866 vm_stat_account(mm, vm_flags, len >> PAGE_SHIFT); in mmap_region() 3427 void vm_stat_account(struct mm_struct *mm, vm_flags_t flags, long npages) in vm_stat_account() function 3549 vm_stat_account(mm, vma->vm_flags, len >> PAGE_SHIFT); in __install_special_mapping()
|
/Linux-v6.6/kernel/ |
D | fork.c | 691 vm_stat_account(mm, mpnt->vm_flags, -vma_pages(mpnt)); in dup_mmap()
|
/Linux-v6.6/include/linux/ |
D | mm.h | 3264 extern void vm_stat_account(struct mm_struct *, vm_flags_t, long npages);
|