Function report |
Source Code:kernel\rcu\rcu_segcblist.c |
Create Date:2022-07-28 10:29:24 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Increase the numeric length of an rcu_segcblist structure by one.* This can cause the ->len field to disagree with the actual number of* callbacks on the structure. This increase is fully ordered with respect* to the callers accesses both before and after.
Proto:void rcu_segcblist_inc_len(struct rcu_segcblist *rsclp)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct rcu_segcblist * | rsclp |
Name | Describe |
---|---|
rcu_segcblist_enqueue | Enqueue the specified callback onto the specified rcu_segcblist* structure, updating accounting as needed |
rcu_segcblist_entrain | Entrain the specified callback onto the specified rcu_segcblist at* the end of the last non-empty segment. If the entire rcu_segcblist* is empty, make no change, but return false.* This is intended for use by rcu_barrier()-like primitives, -not- |
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 |