Home
last modified time | relevance | path

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

/linux/rust/kernel/sync/lock/ !
H A Dspinlock.rs85 pub type SpinLock<T> = super::Lock<T, SpinLockBackend>;
88 pub struct SpinLockBackend; struct
96 pub type SpinLockGuard<'a, T> = super::Guard<'a, T, SpinLockBackend>;
100 unsafe impl super::Backend for SpinLockBackend { implementation
H A Dglobal.rs300 $crate::sync::lock::spinlock::SpinLockBackend