函数逻辑报告 |
Source Code:kernel\rcu\tree.c |
Create Date:2022-07-27 11:27:04 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Perform RCU core processing work for the current CPU.
函数原型:static __latent_entropy void rcu_core(void)
返回类型:void
参数:无
2374 | rdp等于raw_cpu_ptr( & rcu_data) |
2376 | offloaded等于IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_RCU_NOCB_CPU)且Is the specified rcu_segcblist offloaded? |
2379 | 如果cpu_is_offline(当前cpu ID())则返回 |
2385 | 如果非抢占计数值按位与PREEMPT_MASK的值则 |
2386 | rcu_preempt_deferred_qs(当前进程) |
2387 | 否则如果rcu_preempt_need_deferred_qs(当前进程)则 |
2388 | 设置进程需要被调度出去的标志 |
2389 | 设置CPU的内核抢占 |
2398 | local_irq_save(flags) |
2401 | local_irq_restore(flags) |
2412 | do_nocb_deferred_wakeup(rdp) |
名称 | 描述 |
---|---|
rcu_core_si | |
rcu_cpu_kthread | Per-CPU kernel thread that invokes RCU callbacks. This replaces* the RCU softirq used in configurations of RCU that do not support RCU* priority boosting. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |