Home
last modified time | relevance | path

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

/Linux-v6.6/rust/kernel/sync/lock/
Dspinlock.rs16 $crate::sync::SpinLock::new(
86 pub type SpinLock<T> = super::Lock<T, SpinLockBackend>; typedef
/Linux-v6.6/rust/kernel/
Dsync.rs17 pub use lock::{mutex::Mutex, spinlock::SpinLock};