Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\rcu\rcu_segcblist.c Create Date:2022-07-28 10:29:27
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Return false if there are no CBs awaiting grace periods, otherwise,* return true and store the nearest waited-upon grace period into *lp.

Proto:bool rcu_segcblist_nextgp(struct rcu_segcblist *rsclp, unsigned long *lp)

Type:bool

Parameter:

TypeParameterName
struct rcu_segcblist *rsclp
unsigned long *lp
240  If Not Does the specified rcu_segcblist structure contain callbacks that* are still pending, that is, not yet ready to be invoked? Then Return false
242  lp = gp_seq[Also RCU_NEXT_READY head. ]
243  Return true