Function report |
Source Code:kernel\rcu\tree.c |
Create Date:2022-07-28 10:26:46 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:invoke_rcu_core
Proto:static void invoke_rcu_core(void)
Type:void
Parameter:Nothing
2449 | If Not cpu_online(smp_processor_id()) Then Return |
2453 | Else invoke_rcu_core_kthread() |
Name | Describe |
---|---|
rcu_do_batch | Invoke any RCU callbacks that have made it to the end of their grace* period. Thottle as specified by rdp->blimit. |
rcu_sched_clock_irq | This function is invoked from each scheduling-clock interrupt,* and checks to see if this CPU is in a non-context-switch quiescent* state, for example, user mode or idle loop. It also schedules RCU* core processing |
__call_rcu_core | Handle any core-RCU processing required by a call_rcu() invocation. |
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 |