Home
last modified time | relevance | path

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

/linux-4.1.27/mm/
Dpage_io.c348 count_vm_event(PSWPIN); in swap_readpage()
354 count_vm_event(PSWPIN); in swap_readpage()
365 count_vm_event(PSWPIN); in swap_readpage()
/linux-4.1.27/include/linux/
Dvm_event_item.h24 enum vm_event_item { PGPGIN, PGPGOUT, PSWPIN, PSWPOUT, enumerator
/linux-4.1.27/arch/s390/appldata/
Dappldata_mem.c91 mem_data->pswpin = ev[PSWPIN]; in appldata_get_mem_data()
/linux-4.1.27/drivers/virtio/
Dvirtio_balloon.c233 pages_to_bytes(events[PSWPIN])); in update_balloon_stats()