Home
last modified time | relevance | path

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

/external/crosvm/third_party/vmm_vhost/src/
Dslave_proxy.rs84 pub struct Slave { struct
86 node: Arc<Mutex<SlaveInternal>>, argument
89 impl Slave { implementation
139 impl VhostUserMasterReqHandler for Slave { implementation
/external/crosvm/devices/src/virtio/vhost/user/device/
Dhandler.rs713 pub fn new(conn: Slave, shmid: Option<u8>) -> Self { in new()