Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\rcu\rcu.h Create Date:2022-07-28 10:17:32
Last Modify:2022-05-19 07:39:19 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Given a snapshot from rcu_seq_snap(), determine whether or not a* full update-side operation has occurred.

Proto:static inline bool rcu_seq_done(unsigned long *sp, unsigned long s)

Type:bool

Parameter:

TypeParameterName
unsigned long *sp
unsigned longs
117  Return ULONG_CMP_GE(READ_ONCE( * sp), s)
Caller
NameDescribe
srcu_funnel_exp_startFunnel-locking scheme to scalably mediate many concurrent expedited* grace-period requests. This function is invoked for the first known* expedited request for a grace period that has already been requested,* but without expediting
srcu_funnel_gp_startFunnel-locking scheme to scalably mediate many concurrent grace-period* requests
srcu_barriersrcu_barrier - Wait until all in-flight call_srcu() callbacks complete.*@ssp: srcu_struct on which to wait for in-flight callbacks.
cond_synchronize_rcud_synchronize_rcu - Conditionally wait for an RCU grace period*@oldstate: return value from earlier call to get_state_synchronize_rcu()* If a full RCU grace period has elapsed since the earlier call to* get_state_synchronize_rcu(), just return
rcu_barrier_barrier - Wait until all in-flight call_rcu() callbacks complete