Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Is the specified rcu_segcblist structure empty?* But careful! The fact that the ->head field is NULL does not* necessarily imply that there are no callbacks associated with* this structure. When callbacks are being invoked, they are* removed as a group

Proto:static inline bool rcu_segcblist_empty(struct rcu_segcblist *rsclp)

Type:bool

Parameter:

TypeParameterName
struct rcu_segcblist *rsclp
49  Return Not READ_ONCE(head)
Caller
NameDescribe
srcu_torture_stats_print
rcu_do_batchInvoke any RCU callbacks that have made it to the end of their grace* period. Thottle as specified by rdp->blimit.
__call_rcuHelper function for call_rcu() and friends. The cpu argument will* normally be -1, indicating "currently running CPU". It may specify* a CPU only if that CPU is a no-CBs CPU. Currently, only rcu_barrier()* is expected to specify a CPU.
rcutree_prepare_cpuInvoked early in the CPU-online process, when pretty much all services* are available. The incoming CPU is not present.* Initializes a CPU's per-CPU RCU data. Note that only one online or* offline event can be happening at a given time
rcu_segcblist_disableDisable the specified rcu_segcblist structure, so that callbacks can* no longer be posted to it. This structure must be empty.