/external/crosvm/devices/src/virtio/vhost/user/ |
D | worker.rs | 24 pub kill_evt: Event, field 61 let kill_evt = EventAsync::new( in run() localVariable
|
D | net.rs | 29 kill_evt: Option<Event>, field
|
D | fs.rs | 27 kill_evt: Option<Event>, field
|
D | block.rs | 33 kill_evt: Option<Event>, field
|
/external/crosvm/tests/ |
D | plugin_irqfd.c | 78 int kill_evt; member 138 int kill_evt = crosvm_get_shutdown_eventfd(crosvm); in main() local
|
D | mini_plugin_template.c | 93 int kill_evt = crosvm_get_shutdown_eventfd(crosvm); in main() local
|
/external/crosvm/devices/src/virtio/vhost/ |
D | vsock.rs | 24 kill_evt: Option<Event>, field 40 let kill_evt = Event::new().map_err(Error::CreateKillEvent)?; in new() localVariable
|
D | net.rs | 29 kill_evt: Event, field 55 let kill_evt = Event::new().map_err(Error::CreateKillEvent)?; in new() localVariable
|
D | worker.rs | 22 pub kill_evt: Event, field
|
/external/crosvm/devices/src/virtio/ |
D | tpm.rs | 37 kill_evt: Event, field 166 kill_evt: Option<Event>, field
|
D | net.rs | 157 kill_evt: Event, field 488 let kill_evt = Event::new().map_err(NetError::CreateKillEvent)?; in from() localVariable 677 let kill_evt = self.workers_kill_evt.remove(0); in activate() localVariable
|
D | rng.rs | 130 kill_evt: Option<Event>, field
|
D | balloon.rs | 374 let kill_evt = EventAsync::new(kill_evt.0, &ex).expect("failed to set up the kill event"); in run_worker() localVariable 391 kill_evt: Option<Event>, field
|
D | p9.rs | 150 kill_evt: Option<Event>, field
|
D | console.rs | 311 kill_evt: Option<Event>, field
|
D | block_async.rs | 542 let kill_evt = EventAsync::new(kill_evt.0, &ex).expect("Failed to create async kill event fd"); in run_worker() localVariable 565 kill_evt: Option<Event>, field
|
D | block.rs | 497 kill_evt: Option<Event>, field
|
D | wl.rs | 1669 kill_evt: Option<Event>, field
|
/external/crosvm/devices/src/virtio/video/ |
D | worker.rs | 28 pub kill_evt: Event, field
|
D | mod.rs | 93 kill_evt: Option<Event>, field
|
/external/crosvm/devices/src/virtio/gpu/ |
D | mod.rs | 686 kill_evt: Event, field 875 kill_evt: Option<Event>, field
|
/external/crosvm/devices/src/ |
D | pit.rs | 191 kill_evt: Event, field 279 let kill_evt = Event::new().map_err(PitError::CreateEvent)?; in new() localVariable
|
D | bat.rs | 107 kill_evt: Option<Event>, field
|
/external/crosvm/src/plugin/ |
D | process.rs | 123 kill_evt: Event, field
|
/external/crosvm/devices/src/virtio/input/ |
D | mod.rs | 541 kill_evt: Option<Event>, field
|