Function report |
Source Code:kernel\rcu\tree.c |
Create Date:2022-07-28 10:25:43 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:_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
Proto:static __always_inline void rcu_nmi_enter_common(bool irq)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
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 |
Name | Describe |
---|---|
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 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |