Searched defs:Balloon (Results 1 – 7 of 7) sorted by relevance
1273 pub struct Balloon { struct1278 state: Arc<AsyncRwLock<BalloonState>>, argument1288 /// Snapshot of the [Balloon] state. argument1306 impl Balloon { implementation1322 ) -> Result<Balloon> { in new()1506 impl VirtioDevice for Balloon { implementation1732 fn modify_device(_balloon_context: &mut BalloonContext, balloon: &mut Balloon) { in modify_device()
167 Balloon = virtio_ids::VIRTIO_ID_BALLOON, enumerator
1 # Balloon chapter
81 ##### Balloon l4subsection
131 Balloon(BalloonCommand), enumerator
519 class Balloon(TixWidget): class