Home
last modified time | relevance | path

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

/Linux-v5.15/mm/
Dmprotect.c509 vm_stat_account(mm, oldflags, -nrpages); in mprotect_fixup()
510 vm_stat_account(mm, newflags, nrpages); in mprotect_fixup()
Dmmap.c1849 vm_stat_account(mm, vm_flags, len >> PAGE_SHIFT); in mmap_region()
2444 vm_stat_account(mm, vma->vm_flags, grow); in expand_upwards()
2524 vm_stat_account(mm, vma->vm_flags, grow); in expand_downwards()
2628 vm_stat_account(mm, vma->vm_flags, -nrpages); in remove_vma_list()
3333 void vm_stat_account(struct mm_struct *mm, vm_flags_t flags, long npages) in vm_stat_account() function
3454 vm_stat_account(mm, vma->vm_flags, len >> PAGE_SHIFT); in __install_special_mapping()
Dmremap.c664 vm_stat_account(mm, vma->vm_flags, new_len >> PAGE_SHIFT); in move_vma()
1003 vm_stat_account(mm, vma->vm_flags, pages); in SYSCALL_DEFINE5()
/Linux-v5.15/include/linux/
Dmm.h2589 extern void vm_stat_account(struct mm_struct *, vm_flags_t, long npages);
/Linux-v5.15/kernel/
Dfork.c533 vm_stat_account(mm, mpnt->vm_flags, -vma_pages(mpnt)); in dup_mmap()