函数逻辑报告 |
Source Code:include\linux\seqlock.h |
Create Date:2022-07-27 06:39:22 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:seqcount_lockdep_reader_access
函数原型:static inline void seqcount_lockdep_reader_access(const seqcount_t *s)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
const seqcount_t * | s |
80 | local_irq_save(flags) |
81 | seqcount_acquire_read( & dep_map, 0, 0, _RET_IP_) |
82 | seqcount_release( & dep_map, _RET_IP_) |
名称 | 描述 |
---|---|
read_seqcount_begin | ad_seqcount_begin - begin a seq-read critical section*@s: pointer to seqcount_t* Returns: count to be passed to read_seqcount_retry* read_seqcount_begin opens a read critical section of the given seqcount |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |