Home
last modified time | relevance | path

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

/linux/rust/kernel/sync/lock/
H A Dspinlock.rs88 pub struct SpinLockBackend; struct
92 unsafe impl super::Backend for SpinLockBackend { implementation