Function report | 
Source Code:kernel\rcu\tree.c | 
Create Date:2022-07-28 10:26:51 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:Handle any core-RCU processing required by a call_rcu() invocation.
Proto:static void __call_rcu_core(struct rcu_data *rdp, struct callback_head *head, unsigned long flags)
Type:void
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct rcu_data * | rdp | |
| struct callback_head * | head | |
| unsigned long | flags | 
| 2542 | If irqs_disabled_flags(flags) || cpu_is_offline(smp_processor_id()) Then Return | 
| 2556 | note_gp_changes(rdp) | 
| 2561 | Else | 
| Name | Describe | 
|---|---|
| __call_rcu | Helper function for call_rcu() and friends. The cpu argument will* normally be -1, indicating "currently running CPU". It may specify* a CPU only if that CPU is a no-CBs CPU. Currently, only rcu_barrier()* is expected to specify a CPU. | 
| 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  |