函数逻辑报告 |
Source Code:block\bfq-iosched.c |
Create Date:2022-07-27 19:32:13 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:This function chooses the queue from which to pick the next extra* I/O request to inject, if it finds a compatible queue
函数原型:static struct bfq_queue *bfq_choose_bfqq_for_injection(struct bfq_data *bfqd)
返回类型:struct bfq_queue
参数:
类型 | 参数 | 名称 |
---|---|---|
struct bfq_data * | bfqd |
4246 | in_serv_bfqq等于 bfq_queue in service |
4260 | in_serv_always_inject等于actor by which the weight of this queue is multiplied 恒等于1或非bfq_bfqq_has_short_ttime(in_serv_bfqq) |
4279 | 如果 number of requests dispatched and waiting for completion 大于等于limit则返回:NULL |
4320 | 否则limit等于limit for request injection |
4325 | 返回:bfqq |
4329 | 返回:NULL |
名称 | 描述 |
---|---|
bfq_select_queue | Select a queue for service. If we have a current queue in service,* check whether to continue servicing it, or retrieve and set a new one. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |