Home
last modified time | relevance | path

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

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