函数逻辑报告 |
Source Code:kernel\rcu\rcu_segcblist.h |
Create Date:2022-07-27 11:18:33 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Are all segments following the specified segment of the specified* rcu_segcblist structure empty of callbacks? (The specified* segment might well contain callbacks.)
函数原型:static inline bool rcu_segcblist_restempty(struct rcu_segcblist *rsclp, int seg)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
struct rcu_segcblist * | rsclp | |
int | seg |
名称 | 描述 |
---|---|
rcu_accelerate_cbs | If there is room, assign a ->gp_seq number to any callbacks on this* CPU that have not already been assigned |
rcu_core | Perform RCU core processing work for the current CPU. |
rcu_pending | |
rcu_segcblist_pend_cbs | Does the specified rcu_segcblist structure contain callbacks that* are still pending, that is, not yet ready to be invoked? |
rcu_segcblist_advance | Advance the callbacks in the specified rcu_segcblist structure based* on the current value passed in for the grace-period counter. |
rcu_segcblist_accelerate | "Accelerate" callbacks based on more-accurate grace-period information |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |