函数逻辑报告 |
Source Code:kernel\rcu\tree.c |
Create Date:2022-07-27 11:27:34 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Spawn the kthreads that handle RCU's grace periods.
函数原型:static int __init rcu_spawn_gp_kthread(void)
返回类型:int
参数:无
3325 | 否则如果IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_RCU_BOOST)且cuc/rcub kthread realtime priority 小于1则cuc/rcub kthread realtime priority 等于1 |
3327 | 否则如果cuc/rcub kthread realtime priority 小于0则cuc/rcub kthread realtime priority 等于0 |
3329 | 否则如果cuc/rcub kthread realtime priority 大于99则cuc/rcub kthread realtime priority 等于99 |
3332 | 如果cuc/rcub kthread realtime priority 不等于kthread_prio_in则打印警报信息("rcu_spawn_gp_kthread(): Limited prio to %d from %d\n", cuc/rcub kthread realtime priority , kthread_prio_in) |
3338 | 如果WARN_ONCE(是错误, "%s: Could not start grace-period kthread, OOM is now expected behavior\n", __func__)则返回:0 |
3340 | 如果cuc/rcub kthread realtime priority 则 |
3346 | Task for grace periods. 等于t |
3348 | 唤醒中断线程 |
3349 | rcu_spawn_nocb_kthreads() |
3350 | rcu_spawn_boost_kthreads() |
3351 | 返回:0 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |