Searched refs:AhciDisk (Results 1 – 1 of 1) sorted by relevance
38 pub struct AhciDisk { struct51 pub struct LockedAhciDisk(pub SpinLock<AhciDisk>); argument53 impl Debug for AhciDisk { implementation64 impl AhciDisk { impl368 let result: Arc<LockedAhciDisk> = Arc::new(LockedAhciDisk(SpinLock::new(AhciDisk { in new()