Searched defs:Balloon (Results 1 – 3 of 3) sorted by relevance
230 pub struct Balloon { struct231 command_socket: Option<BalloonControlResponseSocket>, argument232 config: Arc<BalloonConfig>, argument237 impl Balloon { impl239 pub fn new(command_socket: BalloonControlResponseSocket) -> Result<Balloon> { in new()253 impl Drop for Balloon { implementation262 impl VirtioDevice for Balloon { implementation
519 class Balloon(TixWidget): class
517 class Balloon(TixWidget): class