函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:block\bfq-iosched.c Create Date:2022-07-27 19:31:37
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Update parameters related to throughput and responsiveness, as a* function of the estimated peak rate. See comments on* bfq_calc_max_budget(), and on the ref_wr_duration array.

函数原型:static void update_thr_responsiveness_params(struct bfq_data *bfqd)

返回类型:void

参数:

类型参数名称
struct bfq_data *bfqd
3012  如果 user-configured max budget value (0 for auto-tuning) 恒等于0则
3013  maximum budget allotted to a bfq_queue before rescheduling 等于In autotuning mode, max_budget is dynamically recomputed as the* amount of sectors transferred in timeout at the estimated peak* rate. This enables BFQ to utilize a full timeslice with a full* budget, even if the in-service queue is served at peak rate
3015  bfq_log(bfqd, "new max_budget = %d", maximum budget allotted to a bfq_queue before rescheduling )
调用者
名称描述
bfq_update_rate_reset