Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\rcu\rcu.h Create Date:2022-07-28 10:17:31
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 the* corresponding update-side operation has started.

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

Type:bool

Parameter:

TypeParameterName
unsigned long *sp
unsigned longs
108  Return ULONG_CMP_LT((s - 1) & ~RCU_SEQ_STATE_MASK, READ_ONCE( * sp))
Caller
NameDescribe
rcu_start_this_gp_start_this_gp - Request the start of a particular grace period*@rnp_start: The leaf node of the CPU from which to start