Skip to main content

Module rcu

Module rcu 

Source
Expand description

RCU support.

C header: include/linux/rcupdate.h

Structs§

Guard
Evidence that the RCU read side lock is held on the current thread/CPU.

Functions§

rcu_barrier
Wait until all in-flight call_rcu() callbacks complete.
read_lock
Acquires the RCU read side lock.
synchronize_rcu
Wait for one RCU grace period.