Home
last modified time | relevance | path

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

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