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

/linux-master/arch/s390/appldata/
H A Dappldata_mem.c93 mem_data->pgmajfault = ev[PGMAJFAULT];
/linux-master/include/linux/
H A Dvm_event_item.h37 PGFAULT, PGMAJFAULT, enumerator in enum:vm_event_item
/linux-master/fs/
H A Ddax.c1752 count_vm_event(PGMAJFAULT);
1753 count_memcg_event_mm(vmf->vma->vm_mm, PGMAJFAULT);
/linux-master/drivers/virtio/
H A Dvirtio_balloon.c338 update_stat(vb, idx++, VIRTIO_BALLOON_S_MAJFLT, events[PGMAJFAULT]);
/linux-master/mm/
H A Dfilemap.c3286 count_vm_event(PGMAJFAULT);
3287 count_memcg_event_mm(vmf->vma->vm_mm, PGMAJFAULT);
H A Dshmem.c1881 count_vm_event(PGMAJFAULT);
1882 count_memcg_event_mm(fault_mm, PGMAJFAULT);
H A Dmemcontrol.c589 PGMAJFAULT,
4299 PGMAJFAULT,
H A Dmemory.c4070 count_vm_event(PGMAJFAULT);
4071 count_memcg_event_mm(vma->vm_mm, PGMAJFAULT);

Completed in 310 milliseconds