Home
last modified time | relevance | path

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

/mm/
Dmprotect.c387 vm_stat_account(mm, oldflags, vma->vm_file, -nrpages); in mprotect_fixup()
388 vm_stat_account(mm, newflags, vma->vm_file, nrpages); in mprotect_fixup()
Dmremap.c332 vm_stat_account(mm, vma->vm_flags, vma->vm_file, new_len>>PAGE_SHIFT); in move_vma()
556 vm_stat_account(mm, vma->vm_flags, vma->vm_file, pages); in SYSCALL_DEFINE5()
Dmmap.c1252 void vm_stat_account(struct mm_struct *mm, unsigned long flags, in vm_stat_account() function
1730 vm_stat_account(mm, vm_flags, file, len >> PAGE_SHIFT); in mmap_region()
2290 vm_stat_account(mm, vma->vm_flags, in expand_upwards()
2375 vm_stat_account(mm, vma->vm_flags, in expand_downwards()
2483 vm_stat_account(mm, vma->vm_flags, vma->vm_file, -nrpages); in remove_vma_list()