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

rcu_quiescent

Function rcu_quiescent 

Source
pub fn rcu_quiescent()
Expand description

Report that the current CPU has passed through a quiescent state.

Called from the scheduler during context switch, timer tick, or explicit idle. A CPU in a quiescent state is not holding any RCU read-side references from before the current grace period.