函数逻辑报告 |
Source Code:kernel\rcu\tree.c |
Create Date:2022-07-27 11:26:51 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:The CPU has been completely removed, and some other CPU is reporting* this fact from process context. Do the remainder of the cleanup.* There can only be one CPU hotplug operation at a time, so no need for* explicit locking.
函数原型:int rcutree_dead_cpu(unsigned int cpu)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned int | cpu |
2117 | rdp等于per_cpu_ptr( & rcu_data, cpu) |
2120 | 如果非IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_HOTPLUG_CPU)则返回:0 |
2124 | rcu_boost_kthread_setaffinity(rnp, - 1) |
2126 | do_nocb_deferred_wakeup(per_cpu_ptr( & rcu_data, cpu)) |
2130 | 返回:0 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |