Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/
Dwl.rs765 fn wait_descriptor(&self) -> Option<&dyn AsRawDescriptor> { in wait_descriptor() method
934 .add(vfd.wait_descriptor().unwrap(), id) in new_pipe()
1038 .add(vfd.wait_descriptor().unwrap(), id) in new_context()
1071 self.vfds.get(&vfd_id).and_then(|vfd| vfd.wait_descriptor()) in process_wait_context()
1275 if let Some(wait_descriptor) = vfd.wait_descriptor() { in recv()
1277 .add(wait_descriptor, self.next_vfd_id) in recv()