Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/virtio/
H A Dballoon.rs1579 struct BalloonContext { struct
1580 _ctrl_tube: Tube,
1582 _mem_client_tube: Tube,
1585 fn modify_device(_balloon_context: &mut BalloonContext, balloon: &mut Balloon) { in modify_device()