函数逻辑报告 |
Source Code:kernel\rcu\rcu_segcblist.c |
Create Date:2022-07-27 11:29:20 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Does the specified rcu_segcblist structure contain callbacks that* are ready to be invoked?
函数原型:bool rcu_segcblist_ready_cbs(struct rcu_segcblist *rsclp)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
struct rcu_segcblist * | rsclp |
195 | 返回:Is the specified rcu_segcblist enabled, for example, not corresponding* to an offline CPU?且head不等于tails[Also RCU_WAIT head. ] |
名称 | 描述 |
---|---|
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. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |