macro_rules! rawspinlock_init {
    ($spinlock:expr, $name:literal) => { ... };
}
Expand description

Safely initialises a RawSpinLock with the given name, generating a new lock class.

This documentation is an old archive. Please see https://rust.docs.kernel.org instead.