函数逻辑报告 |
Source Code:kernel\rcu\tiny.c |
Create Date:2022-07-27 11:29:11 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Invoke the RCU callbacks whose grace period has elapsed.
函数原型:static __latent_entropy void rcu_process_callbacks(struct softirq_action *unused)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct softirq_action * | unused |
83 | local_irq_save(flags) |
87 | 返回 |
91 | * ->next pointer of last "done" CB. = NULL |
92 | 如果->next pointer of last CB. 恒等于->next pointer of last "done" CB. 则->next pointer of last CB. 等于List of pending callbacks (CBs). |
102 | local_bh_disable() |
104 | local_bh_enable() |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |