Searched refs:count_memcg_event_mm (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | memcontrol.h | 936 static inline void count_memcg_event_mm(struct mm_struct *mm, in count_memcg_event_mm() function 1342 void count_memcg_event_mm(struct mm_struct *mm, enum vm_event_item idx) in count_memcg_event_mm() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | memcontrol.h | 1150 static inline void count_memcg_event_mm(struct mm_struct *mm, in count_memcg_event_mm() function 1628 void count_memcg_event_mm(struct mm_struct *mm, enum vm_event_item idx) in count_memcg_event_mm() function
|
/kernel/linux/linux-5.10/fs/ |
H A D | dax.c | 1361 count_memcg_event_mm(vma->vm_mm, PGMAJFAULT); in dax_iomap_pte_fault()
|
/kernel/linux/linux-5.10/mm/ |
H A D | filemap.c | 2746 count_memcg_event_mm(vmf->vma->vm_mm, PGMAJFAULT); in filemap_fault()
|
H A D | memory.c | 3462 count_memcg_event_mm(vma->vm_mm, PGMAJFAULT); in do_swap_page() 4761 count_memcg_event_mm(vma->vm_mm, PGFAULT); in handle_mm_fault()
|
H A D | huge_memory.c | 645 count_memcg_event_mm(vma->vm_mm, THP_FAULT_ALLOC); in __do_huge_pmd_anonymous_page()
|
H A D | shmem.c | 1721 count_memcg_event_mm(charge_mm, PGMAJFAULT); in shmem_swapin_page()
|
/kernel/linux/linux-6.6/fs/ |
H A D | dax.c | 1753 count_memcg_event_mm(vmf->vma->vm_mm, PGMAJFAULT); in dax_iomap_pte_fault()
|
/kernel/linux/linux-6.6/mm/ |
H A D | memory.c | 3879 count_memcg_event_mm(vma->vm_mm, PGMAJFAULT); in do_swap_page() 5212 count_memcg_event_mm(mm, PGFAULT); in mm_account_fault()
|
H A D | huge_memory.c | 710 count_memcg_event_mm(vma->vm_mm, THP_FAULT_ALLOC); in __do_huge_pmd_anonymous_page()
|
H A D | filemap.c | 3298 count_memcg_event_mm(vmf->vma->vm_mm, PGMAJFAULT); in filemap_fault()
|
H A D | shmem.c | 1865 count_memcg_event_mm(charge_mm, PGMAJFAULT); in shmem_swapin_folio()
|
Completed in 51 milliseconds