Function report |
Source Code:kernel\rcu\tree.c |
Create Date:2022-07-28 10:27:31 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:rcu_init
Proto:void __init rcu_init(void)
Type:void
Parameter:Nothing
3565 | rcu_early_boot_tests() |
3570 | If Dump rcu_node combining tree at boot to verify correct setup. Then Dump out the structure of the rcu_node combining tree associated* with the rcu_state structure. |
3572 | If By default, use RCU_SOFTIRQ instead of rcuc kthreads. Then open_softirq(RCU_SOFTIRQ, rcu_core_si) |
3580 | pm_notifier(On non-huge systems, use expedited RCU grace periods to make suspend* and hibernation run faster., 0) |
3581 | for_each_online_cpu(cpu) |
3588 | rcu_gp_wq = alloc_workqueue("rcu_gp", WQ_MEM_RECLAIM, 0) |
3590 | rcu_par_gp_wq = alloc_workqueue("rcu_par_gp", WQ_MEM_RECLAIM, 0) |
3591 | WARN_ON(!rcu_par_gp_wq) |
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 |