Function report |
Source Code:block\blk-mq.c |
Create Date:2022-07-28 17:11:23 |
Last Modify:2020-03-17 23:18:05 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:It is the actual release handler for mq, but we do it from* request queue's release handler for avoiding use-after-free* and headache because q->mq_kobj shouldn't have been introduced,* but we can't group ctx/kctx kobj without it.
Proto:void blk_mq_release(struct request_queue *q)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct request_queue * | q |
2641 | queue_for_each_hw_ctx(q, hctx, i) |
2650 | kfree( hw dispatch queues ) |
2656 | blk_mq_sysfs_deinit(q) |
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 |