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