函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\rcu\rcu_segcblist.c Create Date:2022-07-27 11:29:15
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Initialize simple callback list.

函数原型:void rcu_cblist_init(struct rcu_cblist *rclp)

返回类型:void

参数:

类型参数名称
struct rcu_cblist *rclp
20  head = NULL
21  tail等于head
22  len等于0
23  len_lazy等于0
调用者
名称描述
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
srcu_invoke_callbacks