Function report |
Source Code:block\blk-sysfs.c |
Create Date:2022-07-28 17:02:12 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__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
Proto:static void __blk_release_queue(struct work_struct *work)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct work_struct * | work |
880 | If Determine whether a bit is set(collecting stats for hybrid polling , & * various queue flags, see QUEUE_* below) Then blk_stat_remove_callback(q, poll_cb) |
893 | If queue_is_mq(q) Then blk_mq_release(q) |
896 | blk_trace_shutdown(q) |
898 | If queue_is_mq(q) Then blk_mq_debugfs_unregister(q) |
903 | ida_simple_remove( & blk_queue_ida, * ida allocated id for this queue. Used to index queues from * ioctx.) |
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 |