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:Disable the specified rcu_segcblist structure, so that callbacks can* no longer be posted to it. This structure must be empty.

Proto:void rcu_segcblist_disable(struct rcu_segcblist *rsclp)

Type:void

Parameter:

TypeParameterName
struct rcu_segcblist *rsclp
174  WARN_ON_ONCE(!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)
175  WARN_ON_ONCE(Return number of callbacks in segmented callback list. )
176  WARN_ON_ONCE(Return number of lazy callbacks in segmented callback list. )
177  enabled = 0