Home
last modified time | relevance | path

Searched defs:virtio_balloon (Results 1 – 1 of 1) sorted by relevance

/drivers/virtio/
Dvirtio_balloon.c56 struct virtio_balloon { struct
57 struct virtio_device *vdev;
58 struct virtqueue *inflate_vq, *deflate_vq, *stats_vq, *free_page_vq;
82 * Read it via virtio_balloon_cmd_id_received to get the latest value argument
104 /* Synchronize access/update to this struct virtio_balloon elements */ argument
112 struct virtio_balloon_stat stats[VIRTIO_BALLOON_S_NR]; argument
134 struct virtio_balloon *vb = vq->vdev->priv; in balloon_ack() argument