Home
last modified time | relevance | path

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

/external/crosvm/devices/src/pci/
Dcoiommu.rs1029 unpin_thread: Option<WorkerThread<UnpinWorker>>, field
1108 unpin_thread: None, in new()
1189 if self.unpin_thread.is_none() { in start_workers()
1247 self.unpin_thread = Some(WorkerThread::start("coiommu_unpin", move |kill_evt| { in start_unpin_thread()
1415 if let Some(worker_thread) = &self.unpin_thread { in write_mmio()