Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/
Dballoon.rs1565 struct BalloonContext { struct
1566 _ctrl_tube: Tube,
1567 _mem_client_tube: Tube,
1570 fn modify_device(_balloon_context: &mut BalloonContext, balloon: &mut Balloon) { in modify_device()