Function report |
Source Code:kernel\rcu\rcu_segcblist.c |
Create Date:2022-07-28 10:29:26 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Does the specified rcu_segcblist structure contain callbacks that* are ready to be invoked?
Proto:bool rcu_segcblist_ready_cbs(struct rcu_segcblist *rsclp)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct rcu_segcblist * | rsclp |
195 | Return Is the specified rcu_segcblist enabled, for example, not corresponding* to an offline CPU? && head != tails[Also RCU_WAIT head. ] |
Name | Describe |
---|---|
srcu_invoke_callbacks | |
rcu_do_batch | Invoke any RCU callbacks that have made it to the end of their grace* period. Thottle as specified by rdp->blimit. |
rcu_core | Perform RCU core processing work for the current CPU. |
rcu_pending | |
rcu_segcblist_extract_done_cbs | Extract only those callbacks ready to be invoked from the specified* rcu_segcblist structure and place them in the specified rcu_cblist* structure. |
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 |