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:26
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Does the specified rcu_segcblist structure contain callbacks that* are ready to be invoked?

Proto:bool rcu_segcblist_ready_cbs(struct rcu_segcblist *rsclp)

Type:bool

Parameter:

TypeParameterName
struct rcu_segcblist *rsclp
195  Return Is the specified rcu_segcblist enabled, for example, not corresponding* to an offline CPU? && head != tails[Also RCU_WAIT head. ]
Caller
NameDescribe
srcu_invoke_callbacks
rcu_do_batchInvoke any RCU callbacks that have made it to the end of their grace* period. Thottle as specified by rdp->blimit.
rcu_corePerform RCU core processing work for the current CPU.
rcu_pending
rcu_segcblist_extract_done_cbsExtract only those callbacks ready to be invoked from the specified* rcu_segcblist structure and place them in the specified rcu_cblist* structure.