Home
last modified time | relevance | path

Searched refs:PGMAJFAULT (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dvm_event_item.h30 PGFAULT, PGMAJFAULT, enumerator
/OK3568_Linux_fs/kernel/arch/s390/appldata/
H A Dappldata_mem.c93 mem_data->pgmajfault = ev[PGMAJFAULT]; in appldata_get_mem_data()
/OK3568_Linux_fs/kernel/fs/
H A Ddax.c1365 count_vm_event(PGMAJFAULT); in dax_iomap_pte_fault()
1366 count_memcg_event_mm(vma->vm_mm, PGMAJFAULT); in dax_iomap_pte_fault()
/OK3568_Linux_fs/kernel/drivers/virtio/
H A Dvirtio_balloon.c340 update_stat(vb, idx++, VIRTIO_BALLOON_S_MAJFLT, events[PGMAJFAULT]); in update_balloon_stats()
/OK3568_Linux_fs/kernel/mm/
H A Dfilemap.c2800 count_vm_event(PGMAJFAULT); in filemap_fault()
2801 count_memcg_event_mm(vmf->vma->vm_mm, PGMAJFAULT); in filemap_fault()
H A Dmemcontrol.c1623 seq_buf_printf(&s, "%s %lu\n", vm_event_name(PGMAJFAULT), in memory_stat_format()
1624 memcg_events(memcg, PGMAJFAULT)); in memory_stat_format()
4105 PGMAJFAULT,
H A Dshmem.c1732 count_vm_event(PGMAJFAULT); in shmem_swapin_page()
1733 count_memcg_event_mm(charge_mm, PGMAJFAULT); in shmem_swapin_page()
H A Dmemory.c3723 count_vm_event(PGMAJFAULT); in do_swap_page()
3724 count_memcg_event_mm(vma->vm_mm, PGMAJFAULT); in do_swap_page()