Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dmprotect.c677 vm_stat_account(mm, oldflags, -nrpages); in mprotect_fixup()
678 vm_stat_account(mm, newflags, nrpages); in mprotect_fixup()
H A Dmremap.c702 vm_stat_account(mm, vma->vm_flags, new_len >> PAGE_SHIFT); in move_vma()
1073 vm_stat_account(mm, vma->vm_flags, pages); in SYSCALL_DEFINE5()
H A Dmmap.c2035 vm_stat_account(mm, vma->vm_flags, grow); in expand_upwards()
2128 vm_stat_account(mm, vma->vm_flags, grow); in expand_downwards()
2318 vm_stat_account(mm, vma->vm_flags, -nrpages); in remove_mt()
2863 vm_stat_account(mm, vm_flags, len >> PAGE_SHIFT); in __mmap_region()
3453 void vm_stat_account(struct mm_struct *mm, vm_flags_t flags, long npages) in vm_stat_account() function
3575 vm_stat_account(mm, vma->vm_flags, len >> PAGE_SHIFT); in __install_special_mapping()
/openbmc/linux/kernel/
H A Dfork.c692 vm_stat_account(mm, mpnt->vm_flags, -vma_pages(mpnt)); in dup_mmap()
/openbmc/linux/include/linux/
H A Dmm.h3270 extern void vm_stat_account(struct mm_struct *, vm_flags_t, long npages);