Function report |
Source Code:block\blk-mq-sched.c |
Create Date:2022-07-28 17:14:48 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:blk_mq_sched_free_hctx_data
Proto:void blk_mq_sched_free_hctx_data(struct request_queue *q, void (*exit)(struct blk_mq_hw_ctx *))
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct request_queue * | q | |
void (* | exit |
27 | If exit && @sched_data: Pointer owned by the IO scheduler attached to a request* queue. It's up to the IO scheduler how to use this pointer. Then exit(hctx) |
29 | kfree(@sched_data: Pointer owned by the IO scheduler attached to a request* queue. It's up to the IO scheduler how to use this pointer.) |
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 |