函数逻辑报告 |
Source Code:kernel\rcu\rcu.h |
Create Date:2022-07-27 11:17:52 |
Last Modify:2022-05-19 07:39:19 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Given a snapshot from rcu_seq_snap(), determine whether or not the* corresponding update-side operation has started.
函数原型:static inline bool rcu_seq_started(unsigned long *sp, unsigned long s)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned long * | sp | |
unsigned long | s |
108 | 返回:ULONG_CMP_LT((s - 1) & ~RCU_SEQ_STATE_MASK, READ_ONCE( * sp)) |
名称 | 描述 |
---|---|
rcu_start_this_gp | _start_this_gp - Request the start of a particular grace period*@rnp_start: The leaf node of the CPU from which to start |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |