函数逻辑报告 |
Source Code:block\blk-mq.c |
Create Date:2022-07-27 18:44:22 |
Last Modify:2020-03-17 23:18:05 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:blk_mq_start_request
函数原型:void blk_mq_start_request(struct request *rq)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
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) |
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 | 如果dma_drain_size且blk_rq_bytes(rq)则 |
672 | 如果blk_integrity_rq(rq)且req_op(rq)恒等于REQ_OP_WRITE则prepare_fn(rq) |
名称 | 描述 |
---|---|
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. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |