Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dvm_event_item.h30 PGFAULT, PGMAJFAULT, enumerator
/kernel/linux/linux-5.10/arch/s390/appldata/
Dappldata_mem.c92 mem_data->pgfault = ev[PGFAULT]; in appldata_get_mem_data()
/kernel/linux/linux-5.10/drivers/virtio/
Dvirtio_balloon.c341 update_stat(vb, idx++, VIRTIO_BALLOON_S_MINFLT, events[PGFAULT]); in update_balloon_stats()
/kernel/linux/linux-5.10/mm/
Dmemcontrol.c1617 seq_buf_printf(&s, "%s %lu\n", vm_event_name(PGFAULT), in memory_stat_format()
1618 memcg_events(memcg, PGFAULT)); in memory_stat_format()
4100 PGFAULT,
Dmemory.c4760 count_vm_event(PGFAULT); in handle_mm_fault()
4761 count_memcg_event_mm(vma->vm_mm, PGFAULT); in handle_mm_fault()