Function report |
Source Code:kernel\rcu\tree.c |
Create Date:2022-07-28 10:27:19 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:This function is invoked towards the end of the scheduler's* initialization process. Before this is called, the idle task might* contain synchronous grace-period primitives (during which time, this idle
Proto:void rcu_scheduler_starting(void)
Type:void
Parameter:Nothing
3367 | WARN_ON(num_online_cpus() != 1) |
3368 | WARN_ON(nr_context_switches() > 0) |
3370 | The rcu_scheduler_active variable is initialized to the value* RCU_SCHEDULER_INACTIVE and transitions RCU_SCHEDULER_INIT just before the* first task is spawned = RCU_SCHEDULER_INIT |
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 |