Function report |
Source Code:block\blk-mq-sched.c |
Create Date:2022-07-28 17:15:14 |
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_insert_request
Proto:void blk_mq_sched_insert_request(struct request *rq, bool at_head, bool run_queue, bool async)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct request * | rq | |
bool | at_head | |
bool | run_queue | |
bool | async |
389 | Go to run |
394 | If blk_mq_sched_bypass_insert(hctx, !!e, rq) Then Go to run |
397 | If e && insert_requests Then |
401 | insert_requests(hctx, & list, at_head) |
402 | Else |
408 | run : |
409 | If run_queue Then blk_mq_run_hw_queue(hctx, async) |
Name | Describe |
---|---|
blk_mq_requeue_work | |
blk_mq_make_request | |
blk_execute_rq_nowait | lk_execute_rq_nowait - insert a request into queue for execution*@q: queue to insert the request in*@bd_disk: matching gendisk*@rq: request to insert*@at_head: insert request at head or tail of queue*@done: I/O completion handler* Description:* Insert a |
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 |