Function report |
Source Code:block\bio.c |
Create Date:2022-07-28 16:54:42 |
Last Modify:2020-03-17 23:13:58 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:bio_free
Proto:static void bio_free(struct bio *bio)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct bio * | bio |
247 | bio_uninit(bio) |
249 | If bs Then |
250 | bvec_free( & bvec_pool, the actual vec list , BVEC_POOL_IDX(bio)) |
259 | Else |
Name | Describe |
---|---|
bio_put | _put - release a reference to a bio*@bio: bio to release reference to* Description:* Put a reference to a &struct bio, either one you have gotten with* bio_alloc, bio_get or bio_clone_*. The last put of a bio will free it. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |