函数逻辑报告 |
Source Code:block\blk-mq.h |
Create Date:2022-07-27 13:22:22 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:lk_mq_map_queue() - map (cmd_flags,type) to hardware queue*@q: request queue*@flags: request command flags*@cpu: cpu ctx
函数原型:static inline struct blk_mq_hw_ctx *blk_mq_map_queue(struct request_queue *q, unsigned int flags, struct blk_mq_ctx *ctx)
返回类型:struct blk_mq_hw_ctx
参数:
类型 | 参数 | 名称 |
---|---|---|
struct request_queue * | q | |
unsigned int | flags | |
struct blk_mq_ctx * | ctx |
106 | type等于HCTX_TYPE_DEFAULT |
111 | 如果flags按位与REQ_HIPRI则type等于HCTX_TYPE_POLL |
113 | 否则如果flags按位与REQ_OP_MASK的值恒等于REQ_OP_READ则type等于HCTX_TYPE_READ |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |