Home
last modified time | relevance | path

Searched refs:PSWPIN (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/mm/
Dpage_io.c373 count_vm_event(PSWPIN); in swap_readpage()
384 count_vm_event(PSWPIN); in swap_readpage()
406 count_vm_event(PSWPIN); in swap_readpage()
/Linux-v5.4/include/linux/
Dvm_event_item.h25 enum vm_event_item { PGPGIN, PGPGOUT, PSWPIN, PSWPOUT, enumerator
/Linux-v5.4/arch/s390/appldata/
Dappldata_mem.c92 mem_data->pswpin = ev[PSWPIN]; in appldata_get_mem_data()
/Linux-v5.4/drivers/virtio/
Dvirtio_balloon.c295 pages_to_bytes(events[PSWPIN])); in update_balloon_stats()