函数逻辑报告 |
Source Code:kernel\rcu\tree.c |
Create Date:2022-07-27 11:27:26 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称: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
函数原型:int rcutree_prepare_cpu(unsigned int cpu)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned int | cpu |
3053 | rdp等于per_cpu_ptr( & rcu_data, cpu) |
3058 | different grace periods. 等于0 |
3064 | Track process nesting level. 等于1 |
3066 | raw_spin_unlock_rcu_node(rnp) |
3075 | CPU online at least once. = true |
3078 | norm = true |
3079 | Core waits for quiesc state. = false |
3080 | Is ->rcu_iw pending? = false |
3084 | rcu_prepare_kthreads(cpu) |
3087 | 返回:0 |
名称 | 描述 |
---|---|
rcu_init | 初始化直接读拷贝更新的锁机制 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |