Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:block\bfq-iosched.c Create Date:2022-07-28 17:55:53
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name: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.

Proto:static void update_thr_responsiveness_params(struct bfq_data *bfqd)

Type:void

Parameter:

TypeParameterName
struct bfq_data *bfqd
3012  If user-configured max budget value (0 for auto-tuning) == 0 Then
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 )
Caller
NameDescribe
bfq_update_rate_reset