Home
last modified time | relevance | path

Searched refs:vm_stat_account (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/mm/
H A Dmprotect.c509 vm_stat_account(mm, oldflags, -nrpages); in mprotect_fixup()
510 vm_stat_account(mm, newflags, nrpages); in mprotect_fixup()
H A Dmremap.c420 vm_stat_account(mm, vma->vm_flags, new_len >> PAGE_SHIFT); in move_vma()
767 vm_stat_account(mm, vma->vm_flags, pages); in SYSCALL_DEFINE5()
H A Dmmap.c1912 vm_stat_account(mm, vm_flags, len >> PAGE_SHIFT); in mmap_region()
2518 vm_stat_account(mm, vma->vm_flags, grow); in expand_upwards()
2598 vm_stat_account(mm, vma->vm_flags, grow); in expand_downwards()
2702 vm_stat_account(mm, vma->vm_flags, -nrpages); in remove_vma_list()
3452 void vm_stat_account(struct mm_struct *mm, vm_flags_t flags, long npages) in vm_stat_account() function
3561 vm_stat_account(mm, vma->vm_flags, len >> PAGE_SHIFT); in __install_special_mapping()
/kernel/linux/linux-6.6/mm/
H A Dmprotect.c678 vm_stat_account(mm, oldflags, -nrpages); in mprotect_fixup()
679 vm_stat_account(mm, newflags, nrpages); in mprotect_fixup()
H A Dmremap.c695 vm_stat_account(mm, vma->vm_flags, new_len >> PAGE_SHIFT); in move_vma()
1066 vm_stat_account(mm, vma->vm_flags, pages); in SYSCALL_DEFINE5()
H A Dmmap.c2048 vm_stat_account(mm, vma->vm_flags, grow); in expand_upwards()
2141 vm_stat_account(mm, vma->vm_flags, grow); in expand_downwards()
2331 vm_stat_account(mm, vma->vm_flags, -nrpages); in remove_mt()
2891 vm_stat_account(mm, vm_flags, len >> PAGE_SHIFT); in mmap_region()
3452 void vm_stat_account(struct mm_struct *mm, vm_flags_t flags, long npages) in vm_stat_account() function
3574 vm_stat_account(mm, vma->vm_flags, len >> PAGE_SHIFT); in __install_special_mapping()
/kernel/linux/linux-5.10/include/linux/
H A Dmm.h2618 extern void vm_stat_account(struct mm_struct *, vm_flags_t, long npages);
/kernel/linux/linux-5.10/kernel/
H A Dfork.c524 vm_stat_account(mm, mpnt->vm_flags, -vma_pages(mpnt)); in dup_mmap()
/kernel/linux/linux-6.6/include/linux/
H A Dmm.h3290 extern void vm_stat_account(struct mm_struct *, vm_flags_t, long npages);
/kernel/linux/linux-6.6/kernel/
H A Dfork.c694 vm_stat_account(mm, mpnt->vm_flags, -vma_pages(mpnt)); in dup_mmap()

Completed in 35 milliseconds