Searched refs:vm_stat_account (Results 1 – 3 of 3) sorted by relevance
/mm/ |
D | mprotect.c | 439 vm_stat_account(mm, oldflags, -nrpages); in mprotect_fixup() 440 vm_stat_account(mm, newflags, nrpages); in mprotect_fixup()
|
D | mremap.c | 405 vm_stat_account(mm, vma->vm_flags, new_len >> PAGE_SHIFT); in move_vma() 684 vm_stat_account(mm, vma->vm_flags, pages); in SYSCALL_DEFINE5()
|
D | mmap.c | 1844 vm_stat_account(mm, vm_flags, len >> PAGE_SHIFT); in mmap_region() 2419 vm_stat_account(mm, vma->vm_flags, grow); in expand_upwards() 2499 vm_stat_account(mm, vma->vm_flags, grow); in expand_downwards() 2606 vm_stat_account(mm, vma->vm_flags, -nrpages); in remove_vma_list() 3325 void vm_stat_account(struct mm_struct *mm, vm_flags_t flags, long npages) in vm_stat_account() function 3432 vm_stat_account(mm, vma->vm_flags, len >> PAGE_SHIFT); in __install_special_mapping()
|