Module spinlock

Source
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§

SpinLockBackend
A kernel spinlock_t lock backend.

Type Aliases§

SpinLock
A spinlock.
SpinLockGuard
A Guard acquired from locking a SpinLock.