Searched refs:vm_stat_account (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/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 | 1841 vm_stat_account(mm, vm_flags, len >> PAGE_SHIFT); in mmap_region() 2416 vm_stat_account(mm, vma->vm_flags, grow); in expand_upwards() 2496 vm_stat_account(mm, vma->vm_flags, grow); in expand_downwards() 2603 vm_stat_account(mm, vma->vm_flags, -nrpages); in remove_vma_list() 3322 void vm_stat_account(struct mm_struct *mm, vm_flags_t flags, long npages) in vm_stat_account() function 3429 vm_stat_account(mm, vma->vm_flags, len >> PAGE_SHIFT); in __install_special_mapping()
|
/Linux-v5.4/include/linux/ |
D | mm.h | 2313 extern void vm_stat_account(struct mm_struct *, vm_flags_t, long npages);
|
/Linux-v5.4/kernel/ |
D | fork.c | 522 vm_stat_account(mm, mpnt->vm_flags, -vma_pages(mpnt)); in dup_mmap()
|
/Linux-v5.4/arch/ia64/kernel/ |
D | perfmon.c | 2288 vm_stat_account(vma->vm_mm, vma->vm_flags, vma_pages(vma)); in pfm_smpl_buffer_alloc()
|