summaryrefslogtreecommitdiffstats
path: root/fs/isofs
diff options
context:
space:
mode:
authorTejun Heo <tj@kernel.org>2020-09-01 14:52:41 -0400
committerJens Axboe <axboe@kernel.dk>2020-09-01 19:38:32 -0600
commit7ca5b2e60bfa4aa5b8d52e9c3e2a757c581bec1d (patch)
tree519c661076bb57f745c71998c4f8a2d938c0f596 /fs/isofs
parentce95570acf741ea306baddcb43aba0b59b920a21 (diff)
downloadlinux-7ca5b2e60bfa4aa5b8d52e9c3e2a757c581bec1d.tar.bz2
blk-iocost: streamline vtime margin and timer slack handling
The margin handling was pretty inconsistent. * ioc->margin_us and ioc->inuse_margin_vtime were used as vtime margin thresholds. However, the two are in different units with the former requiring conversion to vtime on use. * iocg_kick_waitq() was using a quarter of WAITQ_TIMER_MARGIN_PCT of period_us as the timer slack - ~1.2%. While iocg_kick_delay() was using a quarter of ioc->margin_us - ~12.5%. There aren't strong reasons to use different values for the two. This patch cleans up margin and timer slack handling: * vtime margins are now recorded in ioc->margins.{min, max} on period duration changes and used consistently. * Timer slack is now 1% of period_us and recorded in ioc->timer_slack_ns and used consistently for iocg_kick_waitq() and iocg_kick_delay(). The only functional change is shortening of timer slack. No meaningful visible change is expected. Signed-off-by: Tejun Heo <tj@kernel.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'fs/isofs')
0 files changed, 0 insertions, 0 deletions