Function report |
Source Code:kernel\rcu\tree.c |
Create Date:2022-07-28 10:27:09 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Invoked early in the CPU-online process, when pretty much all services* are available. The incoming CPU is not present.* Initializes a CPU's per-CPU RCU data. Note that only one online or* offline event can be happening at a given time
Proto:int rcutree_prepare_cpu(unsigned int cpu)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | cpu |
3053 | rdp = per_cpu_ptr( & rcu_data, cpu) |
3058 | different grace periods. = 0 |
3064 | Track process nesting level. = 1 |
3066 | raw_spin_unlock_rcu_node(rnp) |
3073 | rnp = This CPU's leaf of hierarchy |
3075 | CPU online at least once. = true |
3078 | norm = true |
3079 | Core waits for quiesc state. = false |
3080 | Is ->rcu_iw pending? = false |
3084 | rcu_prepare_kthreads(cpu) |
3087 | Return 0 |
Name | Describe |
---|---|
rcu_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 |