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

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

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