Home
last modified time | relevance | path

Searched refs:create_balloon_device (Results 1 – 1 of 1) sorted by relevance

/external/crosvm/src/
Dlinux.rs762 fn create_balloon_device(cfg: &Config, tube: Tube) -> DeviceResult { in create_balloon_device() function
1451 devs.push(create_balloon_device(cfg, balloon_device_tube)?); in create_virtio_devices()