Expand description
A kernel spinlock.
This module allows Rust code to use the kernel’s spinlock_t
.
Macros§
- new_
spinlock - Creates a
SpinLock
initialiser with the given name and a newly-created lock class.
Structs§
- Spin
Lock Backend - A kernel
spinlock_t
lock backend.
Type Aliases§
- Spin
Lock - A spinlock.
- Spin
Lock Guard - A
Guard
acquired from locking aSpinLock
.