Searched refs:vm_stat_account (Results 1 – 3 of 3) sorted by relevance
/mm/ |
D | mprotect.c | 473 vm_stat_account(mm, oldflags, -nrpages); in mprotect_fixup() 474 vm_stat_account(mm, newflags, nrpages); in mprotect_fixup()
|
D | mremap.c | 406 vm_stat_account(mm, vma->vm_flags, new_len >> PAGE_SHIFT); in move_vma() 694 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() 2412 vm_stat_account(mm, vma->vm_flags, grow); in expand_upwards() 2492 vm_stat_account(mm, vma->vm_flags, grow); in expand_downwards() 2599 vm_stat_account(mm, vma->vm_flags, -nrpages); in remove_vma_list() 3348 void vm_stat_account(struct mm_struct *mm, vm_flags_t flags, long npages) in vm_stat_account() function 3455 vm_stat_account(mm, vma->vm_flags, len >> PAGE_SHIFT); in __install_special_mapping()
|