函数逻辑报告 |
Source Code:block\bio.c |
Create Date:2022-07-27 18:31:46 |
Last Modify:2020-03-17 23:13:58 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:set_exit - exit a bioset initialized with bioset_init()* May be called on a zeroed but uninitialized bioset (i.e. allocated with* kzalloc()).
函数原型:void bioset_exit(struct bio_set *bs)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct bio_set * | bs |
1960 | 如果rescue_workqueue则destroy_workqueue - safely terminate a workqueue*@wq: target workqueue* Safely destroy a workqueue. All work currently pending will be done first. |
1962 | rescue_workqueue = NULL |
1967 | bioset_integrity_free(bs) |
1968 | 如果bio_slab则bio_put_slab(bs) |
1970 | bio_slab = NULL |
名称 | 描述 |
---|---|
bioset_init | set_init - Initialize a bio_set*@bs: pool to initialize*@pool_size: Number of bio and bio_vecs to cache in the mempool*@front_pad: Number of bytes to allocate in front of the returned bio*@flags: Flags to modify behavior, currently %BIOSET_NEED_BVECS* and |
blk_alloc_queue_node | lk_alloc_queue_node - allocate a request queue*@gfp_mask: memory allocation flags*@node_id: NUMA node to allocate memory from |
__blk_release_queue | __blk_release_queue - release a request queue*@work: pointer to the release_work member of the request queue to be released* Description:* This function is called when a block device is being unregistered |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |