⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

rcu_read_lock

Function rcu_read_lock 

Source
pub fn rcu_read_lock()
Expand description

Enter an RCU read-side critical section.

This is extremely lightweight: a single atomic increment. No locks, no memory barriers beyond the atomic ordering.

Must be paired with rcu_read_unlock(). Nesting is supported.