函数逻辑报告 |
Source Code:kernel\rcu\rcu.h |
Create Date:2022-07-27 11:17:53 |
Last Modify:2022-05-19 07:39:19 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Has a grace period started since the time the old gp_seq was collected?
函数原型:static inline bool rcu_seq_new_gp(unsigned long old, unsigned long new)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned long | old | |
unsigned long | new |
133 | 返回:ULONG_CMP_LT((old + RCU_SEQ_STATE_MASK) & ~RCU_SEQ_STATE_MASK, new) |
名称 | 描述 |
---|---|
__note_gp_changes | Update CPU-local rcu_data state to record the beginnings and ends of* grace periods. The caller must hold the ->lock of the leaf rcu_node* structure corresponding to the current CPU, and must have irqs disabled. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |