Function report |
Source Code:block\blk-mq.c |
Create Date:2022-07-28 17:09:02 |
Last Modify:2020-03-17 23:18:05 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:blk_mq_start_request
Proto:void blk_mq_start_request(struct request *rq)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct request * | rq |
652 | * rq sectors used for blk stats. It has the same value * with blk_rq_sectors(rq), except that it never be zeroed * by completion. = blk_rq_sectors(rq) |
653 | rq_flags |= rack IO completion time |
654 | rq_qos_issue(q, rq) |
657 | WARN_ON_ONCE(lk_mq_rq_state() - read the current MQ_RQ_* state of a request*@rq: target request. != MQ_RQ_IDLE) |
660 | WRITE_ONCE(state, MQ_RQ_IN_FLIGHT) |
662 | If dma_drain_size && blk_rq_bytes(rq) Then |
672 | If blk_integrity_rq(rq) && req_op(rq) == REQ_OP_WRITE Then prepare_fn(rq) |
Name | Describe |
---|---|
bsg_queue_rq | sg_queue_rq - generic handler for bsg requests*@hctx: hardware queue*@bd: queue data* On error the create_bsg_job function should return a -Exyz error value* that will be set to ->result.* Drivers/subsys should pass this to the queue init function. |
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 |