Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/vhost/user/device/
Dmod.rs81 fn executor_kind(&self) -> Option<ExecutorKind> { in executor_kind() method
Dblock.rs149 fn executor_kind(&self) -> Option<ExecutorKind> { in executor_kind() method
/external/crosvm/devices/src/virtio/block/
Dasynchronous.rs583 pub(crate) executor_kind: ExecutorKind, field
636 let executor_kind = executor_kind.unwrap_or_default(); in new() localVariable
929 let executor_kind = self.executor_kind; in activate() localVariable