函数逻辑报告 |
Source Code:block\blk-sysfs.c |
Create Date:2022-07-27 18:37:23 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__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
函数原型:static void __blk_release_queue(struct work_struct *work)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct work_struct * | work |
880 | 如果test_bit(collecting stats for hybrid polling , & * various queue flags, see QUEUE_* below)则blk_stat_remove_callback(q, poll_cb) |
893 | 如果queue_is_mq(q)则blk_mq_release(q) |
896 | blk_trace_shutdown(q) |
898 | 如果queue_is_mq(q)则blk_mq_debugfs_unregister(q) |
903 | ida_simple_remove( & blk_queue_ida, * ida allocated id for this queue. Used to index queues from * ioctx.) |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |