Home
last modified time | relevance | path

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

/linux-6.15/rust/kernel/sync/lock/
H A Dspinlock.rs12 macro_rules! new_spinlock { macro
18 pub use new_spinlock;
/linux-6.15/rust/kernel/
H A Dsync.rs23 pub use lock::spinlock::{new_spinlock, SpinLock, SpinLockGuard};