函数逻辑报告 |
Source Code:kernel\rcu\tree.c |
Create Date:2022-07-27 11:27:47 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:初始化直接读拷贝更新的锁机制
函数原型:void __init rcu_init(void)
返回类型:void
参数:无
3565 | rcu_early_boot_tests() |
3570 | 如果Dump rcu_node combining tree at boot to verify correct setup. 则Dump out the structure of the rcu_node combining tree associated* with the rcu_state structure. |
3572 | 如果By default, use RCU_SOFTIRQ instead of rcuc kthreads. 则open_softirq(RCU_SOFTIRQ, rcu_core_si) |
3580 | pm_notifier(On non-huge systems, use expedited RCU grace periods to make suspend* and hibernation run faster., 0) |
3588 | rcu_gp_wq等于alloc_workqueue("rcu_gp", WQ_MEM_RECLAIM, 0) |
3590 | rcu_par_gp_wq等于alloc_workqueue("rcu_par_gp", WQ_MEM_RECLAIM, 0) |
3591 | WARN_ON(!rcu_par_gp_wq) |
名称 | 描述 |
---|---|
start_kernel | 启动内核 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |