Searched refs:vm_stat_account (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | mprotect.c | 501 vm_stat_account(mm, oldflags, -nrpages); in mprotect_fixup() 502 vm_stat_account(mm, newflags, nrpages); in mprotect_fixup()
|
| H A D | mremap.c | 638 vm_stat_account(mm, vma->vm_flags, new_len >> PAGE_SHIFT); in move_vma() 985 vm_stat_account(mm, vma->vm_flags, pages); in SYSCALL_DEFINE5()
|
| H A D | mmap.c | 1945 vm_stat_account(mm, vm_flags, len >> PAGE_SHIFT); in mmap_region() 2586 vm_stat_account(mm, vma->vm_flags, grow); in expand_upwards() 2666 vm_stat_account(mm, vma->vm_flags, grow); in expand_downwards() 2770 vm_stat_account(mm, vma->vm_flags, -nrpages); in remove_vma_list() 3537 void vm_stat_account(struct mm_struct *mm, vm_flags_t flags, long npages) in vm_stat_account() function 3646 vm_stat_account(mm, vma->vm_flags, len >> PAGE_SHIFT); in __install_special_mapping()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | fork.c | 522 vm_stat_account(mm, mpnt->vm_flags, -vma_pages(mpnt)); in dup_mmap()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | mm.h | 2732 extern void vm_stat_account(struct mm_struct *, vm_flags_t, long npages);
|