函数逻辑报告 |
Source Code:kernel\rcu\rcu_segcblist.c |
Create Date:2022-07-27 11:29:21 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Return false if there are no CBs awaiting grace periods, otherwise,* return true and store the nearest waited-upon grace period into *lp.
函数原型:bool rcu_segcblist_nextgp(struct rcu_segcblist *rsclp, unsigned long *lp)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
struct rcu_segcblist * | rsclp | |
unsigned long * | lp |
240 | 如果非Does the specified rcu_segcblist structure contain callbacks that* are still pending, that is, not yet ready to be invoked?则返回:false |
242 | lp等于gp_seq[Also RCU_NEXT_READY head. ] |
243 | 返回:true |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |