Searched refs:AhciDisk (Results 1 – 1 of 1) sorted by relevance
39 pub struct AhciDisk { struct53 inner: SpinLock<AhciDisk>, argument57 pub fn inner(&self) -> SpinLockGuard<AhciDisk> { in inner() argument63 impl Debug for AhciDisk { implementation69 impl AhciDisk { implementation387 inner: SpinLock::new(AhciDisk { in new()