Function report |
Source Code:kernel\rcu\tree.c |
Create Date:2022-07-28 10:26:44 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Perform RCU core processing work for the current CPU.
Proto:static __latent_entropy void rcu_core(void)
Type:void
Parameter:Nothing
2374 | rdp = raw_cpu_ptr( & rcu_data) |
2375 | rnp = This CPU's leaf of hierarchy |
2376 | offloaded = IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_RCU_NOCB_CPU) && Is the specified rcu_segcblist offloaded? |
2379 | If cpu_is_offline(smp_processor_id()) Then Return |
2387 | Else if rcu_preempt_need_deferred_qs(current process) Then |
2398 | local_irq_save(flags) |
2401 | local_irq_restore(flags) |
2404 | rcu_check_gp_start_stall(rnp, rdp, Limit-check stall timeouts specified at boottime and runtime. ) |
2412 | do_nocb_deferred_wakeup(rdp) |
Name | Describe |
---|---|
rcu_core_si | |
rcu_cpu_kthread | Per-CPU kernel thread that invokes RCU callbacks. This replaces* the RCU softirq used in configurations of RCU that do not support RCU* priority boosting. |
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 |