Home
last modified time | relevance | path

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

/linux-6.14.4/rust/kernel/sync/lock/
Dspinlock.rs88 pub struct SpinLockBackend; struct
100 unsafe impl super::Backend for SpinLockBackend { implementation