Searched defs:AhciDisk (Results 1 – 1 of 1) sorted by relevance
39 pub struct AhciDisk { struct46 self_ref: Weak<LockedAhciDisk>, argument53 inner: SpinLock<AhciDisk>, argument57 pub fn inner(&self) -> SpinLockGuard<AhciDisk> { in inner()63 impl Debug for AhciDisk { implementation69 impl AhciDisk { implementation