Searched refs:vm_stat_account (Results 1 – 4 of 4) sorted by relevance
| /linux/mm/ |
| H A D | vma.c | 2731 vm_stat_account(mm, vma->vm_flags, map->pglen); in __mmap_complete() 3295 vm_stat_account(mm, vma->vm_flags, grow); in expand_upwards() 3372 vm_stat_account(mm, vma->vm_flags, grow); in expand_downwards() 3501 vm_stat_account(mm, vma->vm_flags, len >> PAGE_SHIFT); in __install_special_mapping()
|
| H A D | mremap.c | 1034 vm_stat_account(mm, vma->vm_flags, pages); in vrm_stat_account()
|
| /linux/tools/testing/vma/include/ |
| H A D | dup.h | 1249 static inline void vm_stat_account(struct mm_struct *mm, vm_flags_t flags, in vm_stat_account() function
|
| /linux/include/linux/ |
| H A D | mm.h | 4243 extern void vm_stat_account(struct mm_struct *, vm_flags_t, long npages);
|