Home
last modified time | relevance | path

Searched refs:count_memcg_event_mm (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/include/linux/
Dmemcontrol.h752 static inline void count_memcg_event_mm(struct mm_struct *mm, in count_memcg_event_mm() function
1106 void count_memcg_event_mm(struct mm_struct *mm, enum vm_event_item idx) in count_memcg_event_mm() function
/Linux-v4.19/fs/
Ddax.c1439 count_memcg_event_mm(vma->vm_mm, PGMAJFAULT); in dax_iomap_pte_fault()
/Linux-v4.19/mm/
Dmemory.c2978 count_memcg_event_mm(vma->vm_mm, PGMAJFAULT); in do_swap_page()
4124 count_memcg_event_mm(vma->vm_mm, PGFAULT); in handle_mm_fault()
Dfilemap.c2522 count_memcg_event_mm(vmf->vma->vm_mm, PGMAJFAULT); in filemap_fault()
Dshmem.c1688 count_memcg_event_mm(charge_mm, PGMAJFAULT); in shmem_getpage_gfp()