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.