Home
last modified time | relevance | path

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

/linux/rust/pin-init/examples/
H A Dmutex.rs34 pub fn acquire(&self) -> SpinLockGuard<'_> { in acquire()
45 SpinLockGuard(self) in acquire()
57 pub struct SpinLockGuard<'a>(&'a SpinLock); struct
59 impl Drop for SpinLockGuard<'_> { implementation
/linux/rust/kernel/
H A Dsync.rs30 pub use lock::spinlock::{new_spinlock, SpinLock, SpinLockGuard};