Function report |
Source Code:kernel\rcu\rcu_segcblist.c |
Create Date:2022-07-28 10:29:25 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Initialize an rcu_segcblist structure.
Proto:void rcu_segcblist_init(struct rcu_segcblist *rsclp)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct rcu_segcblist * | rsclp |
158 | BUILD_BUG_ON - break compile if a condition is true(RCU_NEXT_TAIL + 1 != ARRAY_SIZE - get the number of elements in array @arr*@arr: array to be sized(gp_seq)) |
160 | head = NULL |
164 | len_lazy = 0 |
165 | enabled = 1 |
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. |
rcutree_prepare_cpu | 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 |
rcu_segcblist_merge | Merge the source rcu_segcblist structure into the destination* rcu_segcblist structure, then initialize the source. Any pending* callbacks from the source get to start over. It is best to* advance and accelerate both the destination and the source |
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 |