Searched refs:vm_stat_account (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/mm/ |
D | mprotect.c | 325 vm_stat_account(mm, oldflags, vma->vm_file, -nrpages); in mprotect_fixup() 326 vm_stat_account(mm, newflags, vma->vm_file, nrpages); in mprotect_fixup()
|
D | mremap.c | 317 vm_stat_account(mm, vma->vm_flags, vma->vm_file, new_len>>PAGE_SHIFT); in move_vma() 545 vm_stat_account(mm, vma->vm_flags, vma->vm_file, pages); in SYSCALL_DEFINE5()
|
D | mmap.c | 1203 void vm_stat_account(struct mm_struct *mm, unsigned long flags, in vm_stat_account() function 1652 vm_stat_account(mm, vm_flags, file, len >> PAGE_SHIFT); in mmap_region() 2137 vm_stat_account(mm, vma->vm_flags, vma->vm_file, grow); in acct_stack_growth() 2373 vm_stat_account(mm, vma->vm_flags, vma->vm_file, -nrpages); in remove_vma_list()
|
/linux-4.1.27/include/linux/ |
D | mm.h | 2074 void vm_stat_account(struct mm_struct *, unsigned long, struct file *, long); 2076 static inline void vm_stat_account(struct mm_struct *mm, in vm_stat_account() function
|
/linux-4.1.27/kernel/ |
D | fork.c | 429 vm_stat_account(mm, mpnt->vm_flags, mpnt->vm_file, in dup_mmap()
|
/linux-4.1.27/arch/ia64/kernel/ |
D | perfmon.c | 2335 vm_stat_account(vma->vm_mm, vma->vm_flags, vma->vm_file, in pfm_smpl_buffer_alloc()
|