Searched defs:Balloon (Results 1 – 6 of 6) sorted by relevance
1091 pub struct Balloon { struct1098 state: Arc<AsyncMutex<BalloonState>>, argument1114 impl Balloon { argument1130 ) -> Result<Balloon> { in new()1203 impl VirtioDevice for Balloon { implementation1351 impl Suspendable for Balloon {} implementation
113 Balloon = virtio_ids::VIRTIO_ID_BALLOON, enumerator
1 # Balloon chapter
135 Balloon(BalloonCommand), enumerator
519 class Balloon(TixWidget): class