函数逻辑报告 |
Source Code:block\bio.c |
Create Date:2022-07-27 18:29:48 |
Last Modify:2020-03-17 23:13:58 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:bvec_free
函数原型:void bvec_free(mempool_t *pool, struct bio_vec *bv, unsigned int idx)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
mempool_t * | pool | |
struct bio_vec * | bv | |
unsigned int | idx |
154 | 如果非idx则返回 |
156 | idx自减 |
158 | BIO_BUG_ON(idx >= We support 6 different bvec pools, the last one is magic in that it* is backed by a mempool.) |
160 | 如果idx恒等于BVEC_POOL_MAX则 |
162 | 否则 |
163 | bvs等于bvec_slabs加idx |
165 | kmem_cache_free(slab, bv) |
名称 | 描述 |
---|---|
bio_free | |
bio_integrity_free | _integrity_free - Free bio integrity payload*@bio: bio containing bip to be freed* Description: Used to free the integrity portion of a bio. Usually* called from bio_free(). |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |