Searched refs:vm_stat_account (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
H A D | mprotect.c | 509 vm_stat_account(mm, oldflags, -nrpages); in mprotect_fixup() 510 vm_stat_account(mm, newflags, nrpages); in mprotect_fixup()
|
H A D | mremap.c | 420 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 D | mmap.c | 1912 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 D | mprotect.c | 678 vm_stat_account(mm, oldflags, -nrpages); in mprotect_fixup() 679 vm_stat_account(mm, newflags, nrpages); in mprotect_fixup()
|
H A D | mremap.c | 695 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 D | mmap.c | 2048 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 D | mm.h | 2618 extern void vm_stat_account(struct mm_struct *, vm_flags_t, long npages);
|
/kernel/linux/linux-5.10/kernel/ |
H A D | fork.c | 524 vm_stat_account(mm, mpnt->vm_flags, -vma_pages(mpnt)); in dup_mmap()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | mm.h | 3290 extern void vm_stat_account(struct mm_struct *, vm_flags_t, long npages);
|
/kernel/linux/linux-6.6/kernel/ |
H A D | fork.c | 694 vm_stat_account(mm, mpnt->vm_flags, -vma_pages(mpnt)); in dup_mmap()
|
Completed in 35 milliseconds