函数逻辑报告 |
Source Code:kernel\rcu\rcu_segcblist.c |
Create Date:2022-07-27 11:29:19 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Initialize an rcu_segcblist structure.
函数原型:void rcu_segcblist_init(struct rcu_segcblist *rsclp)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct rcu_segcblist * | rsclp |
158 | BUILD_BUG_ON - break compile if a condition is true(RCU_NEXT_TAIL + 1 != ARRAY_SIZE - get the number of elements in array @arr*@arr: array to be sized(gp_seq)) |
160 | head = NULL |
164 | len_lazy等于0 |
165 | enabled等于1 |
名称 | 描述 |
---|---|
__call_rcu | Helper 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_cpu | Invoked 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_merge | Merge 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 |
init_srcu_struct_nodes | Initialize SRCU combining tree. Note that statically allocated* srcu_struct structures might already have srcu_read_lock() and* srcu_read_unlock() running against them. So if the is_static parameter |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |