函数逻辑报告 |
Source Code:block\blk-mq.c |
Create Date:2022-07-27 18:45:15 |
Last Modify:2020-03-17 23:18:05 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:lk_mq_queue_stopped() - check whether one or more hctxs have been stopped*@q: request queue.* The caller is responsible for serializing this function against* blk_mq_{start,stop}_hw_queue().
函数原型:bool blk_mq_queue_stopped(struct request_queue *q)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
struct request_queue * | q |
1503 | queue_for_each_hw_ctx(q, hctx, i) |
1504 | 如果blk_mq_hctx_stopped(hctx)则返回:true |
1507 | 返回:false |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |