函数逻辑报告 | 
Source Code:include\linux\blk-mq.h | 
Create Date:2022-07-27 13:22:04 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:request_to_qc_t
函数原型:static inline blk_qc_t request_to_qc_t(struct blk_mq_hw_ctx *hctx, struct request *rq)
返回类型:blk_qc_t
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| struct blk_mq_hw_ctx * | hctx | |
| struct request * | rq | 
| 562 | 如果tag不等于负1则返回:tag按位或@queue_num: Index of this hardware queue. 左移BLK_QC_T_SHIFT位 | 
| 565 | 返回:internal_tag按位或@queue_num: Index of this hardware queue. 左移BLK_QC_T_SHIFT位按位或BLK_QC_T_INTERNAL | 
| 源代码转换工具 开放的插件接口  | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码  |