block, bfq: record how many queues have pending requests
authorYu Kuai <yukuai3@huawei.com>
Fri, 16 Sep 2022 07:19:38 +0000 (15:19 +0800)
committerJens Axboe <axboe@kernel.dk>
Tue, 1 Nov 2022 13:09:44 +0000 (07:09 -0600)
commit60a6e10c537a7459dd53882186bd16fff257fb03
treed25f98c14b4a0cc2cca985944c56dc263f908e36
parent3d89bd12d352e20f4f7c8f11a0f1a712b95a5295
block, bfq: record how many queues have pending requests

Prepare to refactor the counting of 'num_groups_with_pending_reqs'.

Add a counter in bfq_group, update it while tracking if bfqq have pending
requests and when bfq_bfqq_move() is called.

Signed-off-by: Yu Kuai <yukuai3@huawei.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Acked-by: Paolo Valente <paolo.valente@linaro.org>
Link: https://lore.kernel.org/r/20220916071942.214222-3-yukuai1@huaweicloud.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/bfq-cgroup.c
block/bfq-iosched.h
block/bfq-wf2q.c