函数逻辑报告 |
Source Code:block\bfq-iosched.c |
Create Date:2022-07-27 19:33:03 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Called when a new fs request (rq) is added to bfqq. Check if there's* something we should do about it.
函数原型:static void bfq_rq_enqueued(struct bfq_data *bfqd, struct bfq_queue *bfqq, struct request *rq)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct bfq_data * | bfqd | |
struct bfq_queue * | bfqq | |
struct request * | rq |
5352 | 如果 op and common flags 按位与REQ_META则umber of pending metadata requests 自加 |
5357 | 如果bfqq恒等于 bfq_queue in service 且bfq_bfqq_wait_request(bfqq)则 |
5358 | small_req等于umber of sync and async requests queued [rq_is_sync(rq)]恒等于1且blk_rq_sectors(rq)小于32 |
5360 | budget_timeout等于Budget timeout is not implemented through a dedicated timer, but* just checked on request arrivals and completions, as well as on* idle timer expirations. |
5378 | 如果small_req且idling_boosts_thr_without_issues(bfqd, bfqq)且非budget_timeout则返回 |
名称 | 描述 |
---|---|
__bfq_insert_request | rns true if it causes the idle timer to be disabled |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |