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

Name:Initialize simple callback list.

Proto:void rcu_cblist_init(struct rcu_cblist *rclp)

Type:void

Parameter:

TypeParameterName
struct rcu_cblist *rclp
20  head = NULL
21  tail = head
22  len = 0
23  len_lazy = 0
Caller
NameDescribe
rcu_cblist_flush_enqueueFlush the second rcu_cblist structure onto the first one, obliterating* any contents of the first
rcu_segcblist_mergeMerge the source rcu_segcblist structure into the destination* rcu_segcblist structure, then initialize the source. Any pending* callbacks from the source get to start over. It is best to* advance and accelerate both the destination and the source