Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dvirtio_balloon.h65 #define VIRTIO_BALLOON_S_SWAP_OUT 1 /* Amount of memory swapped out */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_balloon.h65 #define VIRTIO_BALLOON_S_SWAP_OUT 1 /* Amount of memory swapped out */ macro
/openbmc/qemu/hw/virtio/
H A Dvirtio-balloon.c177 [VIRTIO_BALLOON_S_SWAP_OUT] = "stat-swap-out",
/openbmc/linux/drivers/virtio/
H A Dvirtio_balloon.c331 update_stat(vb, idx++, VIRTIO_BALLOON_S_SWAP_OUT, in update_balloon_stats()