函数逻辑报告 |
Source Code:kernel\rcu\tree.c |
Create Date:2022-07-27 11:26:05 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:_nmi_enter_common - inform RCU of entry to NMI context*@irq: Is this call from rcu_irq_enter?* If the CPU was idle from RCU's viewpoint, update rdp->dynticks and* rdp->dynticks_nmi_nesting to let the RCU grace-period handling know* that the CPU is active
函数原型:static __always_inline void rcu_nmi_enter_common(bool irq)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
bool | irq |
804 | rdp等于this_cpu_ptr( & rcu_data) |
805 | incby等于2 |
808 | WARN_ON_ONCE(Track irq/NMI nesting level. < 0) |
832 | Forced tick to provide QS. = true |
名称 | 描述 |
---|---|
rcu_nmi_enter | _nmi_enter - inform RCU of entry to NMI context |
rcu_irq_enter | _irq_enter - inform RCU that current CPU is entering irq away from idle* Enter an interrupt handler, which might possibly result in exiting* idle mode, in other words, entering the mode in which read-side critical* sections can occur |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |