Searched refs:vm_stat_account (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/mm/ |
D | mprotect.c | 337 vm_stat_account(mm, oldflags, vma->vm_file, -nrpages); in mprotect_fixup() 338 vm_stat_account(mm, newflags, vma->vm_file, nrpages); in mprotect_fixup()
|
D | mremap.c | 320 vm_stat_account(mm, vma->vm_flags, vma->vm_file, new_len>>PAGE_SHIFT); in move_vma() 544 vm_stat_account(mm, vma->vm_flags, vma->vm_file, pages); in SYSCALL_DEFINE5()
|
D | mmap.c | 1216 void vm_stat_account(struct mm_struct *mm, unsigned long flags, in vm_stat_account() function 1662 vm_stat_account(mm, vm_flags, file, len >> PAGE_SHIFT); in mmap_region() 2201 vm_stat_account(mm, vma->vm_flags, in expand_upwards() 2273 vm_stat_account(mm, vma->vm_flags, in expand_downwards() 2388 vm_stat_account(mm, vma->vm_flags, vma->vm_file, -nrpages); in remove_vma_list()
|
/linux-4.4.14/include/linux/ |
D | mm.h | 2122 void vm_stat_account(struct mm_struct *, unsigned long, struct file *, long); 2124 static inline void vm_stat_account(struct mm_struct *mm, in vm_stat_account() function
|
/linux-4.4.14/kernel/ |
D | fork.c | 436 vm_stat_account(mm, mpnt->vm_flags, mpnt->vm_file, in dup_mmap()
|
/linux-4.4.14/arch/ia64/kernel/ |
D | perfmon.c | 2335 vm_stat_account(vma->vm_mm, vma->vm_flags, vma->vm_file, in pfm_smpl_buffer_alloc()
|