Searched refs:VIRTIO_BALLOON_F_REPORTING (Results 1 – 2 of 2) sorted by relevance
603 if (virtio_has_feature(vb->vdev, VIRTIO_BALLOON_F_REPORTING)) { in init_vqs() 640 if (virtio_has_feature(vb->vdev, VIRTIO_BALLOON_F_REPORTING)) in init_vqs() 1041 if (virtio_has_feature(vb->vdev, VIRTIO_BALLOON_F_REPORTING)) { in virtballoon_probe() 1127 if (virtio_has_feature(vb->vdev, VIRTIO_BALLOON_F_REPORTING)) in virtballoon_remove() 1190 __virtio_clear_bit(vdev, VIRTIO_BALLOON_F_REPORTING); in virtballoon_validate() 1202 VIRTIO_BALLOON_F_REPORTING,
39 #define VIRTIO_BALLOON_F_REPORTING 5 /* Page reporting virtqueue */ macro