函数逻辑报告 |
Source Code:block\blk-mq.h |
Create Date:2022-07-27 13:22:23 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__blk_mq_get_ctx
函数原型:static inline struct blk_mq_ctx *__blk_mq_get_ctx(struct request_queue *q, unsigned int cpu)
返回类型:struct blk_mq_ctx
参数:
类型 | 参数 | 名称 |
---|---|---|
struct request_queue * | q | |
unsigned int | cpu |
134 | 返回:per_cpu_ptr( sw queues , cpu) |
名称 | 描述 |
---|---|
blk_mq_alloc_request_hctx | |
blk_mq_hctx_notify_dead | 'cpu' is going away. splice any existing rq_list entries from this* software queue to the hw queue dispatch list, and ensure that it* gets run. |
blk_mq_get_ctx | This assumes per-cpu software queueing queues. They could be per-node* as well, for instance. For now this is hardcoded as-is. Note that we don't* care about preemption, since we know the ctx's are persistent. This does |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |