函数逻辑报告 |
Source Code:block\bfq-iosched.c |
Create Date:2022-07-27 19:33:15 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:bfq_update_hw_tag
函数原型:static void bfq_update_hw_tag(struct bfq_data *bfqd)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct bfq_data * | bfqd |
5563 | bfqq等于 bfq_queue in service |
5568 | 如果 flag set to one if the driver is showing a queueing behavior 恒等于1则返回 |
5577 | 如果 number of requests dispatched and waiting for completion 加 number of queued requests 小于等于hw_tag detection: parallel requests threshold and min samples needed. 则返回 |
5591 | 如果 number of samples used to calculate hw_tag 自加小于BFQ_HW_QUEUE_SAMPLES则返回 |
5598 | true if the device is non rotational and performs queueing 等于blk_queue_nonrot( device request queue )且 flag set to one if the driver is showing a queueing behavior |
名称 | 描述 |
---|---|
bfq_completed_request |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |