函数逻辑报告 |
Source Code:include\linux\bio.h |
Create Date:2022-07-27 06:46:48 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Increment chain count for the bio. Make sure the CHAIN flag update* is visible before the raised count.
函数原型:static inline void bio_inc_remaining(struct bio *bio)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct bio * | bio |
690 | bio_set_flag(bio, BIO_CHAIN) |
691 | smp_mb__before_atomic() |
692 | atomic_inc( & __bi_remaining) |
名称 | 描述 |
---|---|
bio_chain | _chain - chain bio completions*@bio: the target bio*@parent: the @bio's parent bio* The caller won't have a bi_end_io called when @bio completes - instead,*@parent's bi_end_io won't be called until both @parent and @bio have |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |