Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dvm_event_item.h27 PGFAULT, PGMAJFAULT, enumerator
/linux-4.1.27/arch/s390/appldata/
Dappldata_mem.c95 mem_data->pgfault = ev[PGFAULT]; in appldata_get_mem_data()
/linux-4.1.27/drivers/virtio/
Dvirtio_balloon.c237 update_stat(vb, idx++, VIRTIO_BALLOON_S_MINFLT, events[PGFAULT]); in update_balloon_stats()
/linux-4.1.27/mm/
Dmemory.c3403 count_vm_event(PGFAULT); in handle_mm_fault()
3404 mem_cgroup_count_vm_event(mm, PGFAULT); in handle_mm_fault()
Dmemcontrol.c1165 case PGFAULT: in __mem_cgroup_count_vm_event()